IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
This interface is implemented by the forms that contain the VTK control that can render VTK graphics. More...
Properties | |
VtkControlBase | VtkControl [get] |
Base windows forms control through which the basic VTK functionality and all additional features can be accessed. | |
VtkControlType | VtkRenderWindowControl [get] |
VTK's control that is actually used for rendering graphics and through which VTK can be interacted directly. Instead of accessing this control directly, you should normally access it through the VtkControlBase.VtkControl property on the VtkControl property. |
This interface is implemented by the forms that contain the VTK control that can render VTK graphics.
$A Igor xx Jun13;
VtkControlType | : | System.Windows.Forms.Control |
VtkControlBase IG::Gr3d::IVtkFormContainerGen< VtkControlType >::VtkControl [get] |
Base windows forms control through which the basic VTK functionality and all additional features can be accessed.
Implemented in IG::Gr3d::VtkControlBase, IG::Gr3d::VtkControlWin, IG::Gr3d::VtkForm, and IG::Gr3d::VtkFormPlain.
VtkControlType IG::Gr3d::IVtkFormContainerGen< VtkControlType >::VtkRenderWindowControl [get] |
VTK's control that is actually used for rendering graphics and through which VTK can be interacted directly. Instead of accessing this control directly, you should normally access it through the VtkControlBase.VtkControl property on the VtkControl property.
Implemented in IG::Gr3d::VtkControlBase, IG::Gr3d::VtkControlWin, IG::Gr3d::VtkForm, and IG::Gr3d::VtkFormPlain.