IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Extended control for manipulation of 3D VTK graphics. Contains the standard control plus additional buttons for access to some VTK functions. More...
Public Member Functions | |
Graph3dManipulatorExtended () | |
Graph3dManipulatorExtended (IVtkFormContainer vtkContainer) | |
Costructs 3D graphics manipulator with the specified vtk container whose graph control is to be manipulated. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
IVtkFormContainer | VtkContainer [get, set] |
Gets the control of type VtkControlBase through which VTK functionality is controlled. More... | |
VtkControlBase | VtkControl [get, set] |
Gets the control of type VtkControlBase through which VTK functionality is controlled. More... | |
I3dGraphicsControl | GraphControl [get] |
Graph control that is manipulated by the current control. More... | |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
IVtkFormContainer | _vtkContainer |
VtkControlBase | _vtkControl |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
Graph3dManipulator | graph3dManipulator1 |
Graph3dManipulatorBasic | graph3dManipulatorBasic1 |
Extended control for manipulation of 3D VTK graphics. Contains the standard control plus additional buttons for access to some VTK functions.
|
inline |
|
inline |
Costructs 3D graphics manipulator with the specified vtk container whose graph control is to be manipulated.
vtkContainer | Container of the VTK control (must be of type implementing the IVtkFormContainer interface). |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
|
private |
|
private |
Required designer variable.
|
private |
|
private |
|
getset |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
|
getset |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
|
get |
Graph control that is manipulated by the current control.