IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
A form for manipulating 3D graphics. More...
Public Member Functions | |
Graph3dManipulatorWindowExtended () | |
Graph3dManipulatorWindowExtended (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. | |
Graph3dManipulatorExtended | graph3DManipulator1 |
A form for manipulating 3D graphics.
$A Igor xx Jun13;
IG::Gr3d::Graph3dManipulatorWindowExtended::Graph3dManipulatorWindowExtended | ( | ) | [inline] |
IG::Gr3d::Graph3dManipulatorWindowExtended::Graph3dManipulatorWindowExtended | ( | IVtkFormContainer | vtkContainer | ) | [inline] |
void IG::Gr3d::Graph3dManipulatorWindowExtended::graph3DManipulator1_Load | ( | object | sender, |
EventArgs | e | ||
) | [inline, private] |
override void IG::Gr3d::Graph3dManipulatorWindowExtended::Dispose | ( | bool | disposing | ) | [inline, protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
void IG::Gr3d::Graph3dManipulatorWindowExtended::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::Graph3dManipulatorWindowExtended::components = null [private] |
Required designer variable.
Graph3dManipulatorExtended IG::Gr3d::Graph3dManipulatorWindowExtended::graph3DManipulator1 [private] |
IVtkFormContainer IG::Gr3d::Graph3dManipulatorWindowExtended::VtkContainer [get, set] |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
VtkControlBase IG::Gr3d::Graph3dManipulatorWindowExtended::VtkControl [get, set] |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
I3dGraphicsControl IG::Gr3d::Graph3dManipulatorWindowExtended::GraphControl [get] |
Graph control that is manipulated by the current control.