|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
A form for manipulation of 3D graphics. More...
Inheritance diagram for IG::Gr3d::Graph3dManipulatorWindow:
Collaboration diagram for IG::Gr3d::Graph3dManipulatorWindow:Public Member Functions | |
| Graph3dManipulatorWindow () | |
| Graph3dManipulatorWindow (IVtkFormContainer vtkContainer) | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| IVtkFormContainer | VtkContainer [get, set] |
| Gets the control of type VtkControlBase through which VTK functionality is controlled. | |
| VtkControlBase | VtkControl [get, set] |
| Gets the control of type VtkControlBase through which VTK functionality is controlled. | |
| I3dGraphicsControl | GraphControl [get] |
| Graph control that is manipulated by the current control. | |
Private Member Functions | |
| void | graph3DManipulator1_Load (object sender, EventArgs e) |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| IVtkFormContainer | _vtkContainer |
| VtkControlBase | _vtkControl |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. | |
| Graph3dManipulator | graph3DManipulator1 |
A form for manipulation of 3D graphics.
$A Igor xx;
| IG::Gr3d::Graph3dManipulatorWindow::Graph3dManipulatorWindow | ( | ) | [inline] |
| IG::Gr3d::Graph3dManipulatorWindow::Graph3dManipulatorWindow | ( | IVtkFormContainer | vtkContainer | ) | [inline] |
| void IG::Gr3d::Graph3dManipulatorWindow::graph3DManipulator1_Load | ( | object | sender, |
| EventArgs | e | ||
| ) | [inline, private] |
| override void IG::Gr3d::Graph3dManipulatorWindow::Dispose | ( | bool | disposing | ) | [inline, protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
| void IG::Gr3d::Graph3dManipulatorWindow::InitializeComponent | ( | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
System.ComponentModel.IContainer IG::Gr3d::Graph3dManipulatorWindow::components = null [private] |
Required designer variable.
IVtkFormContainer IG::Gr3d::Graph3dManipulatorWindow::VtkContainer [get, set] |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
VtkControlBase IG::Gr3d::Graph3dManipulatorWindow::VtkControl [get, set] |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
I3dGraphicsControl IG::Gr3d::Graph3dManipulatorWindow::GraphControl [get] |
Graph control that is manipulated by the current control.