IGLib
1.5
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. More... | |
VtkControlType | VtkRenderWindowControl [get] |
VTK's control that is actually used for rendering graphics and through which VTK can be interacted directly. More... | |
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 |
|
get |
Base windows forms control through which the basic VTK functionality and all additional features can be accessed.
Referenced by IG.Gr3d.VtkControlBase.ExampleExternalLoadVtkGraphics_SurfacePlots(), and IG.Gr3d.VtkFormsExamples.Plot3dFunctionVtkControl().
|
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.
Referenced by IG.Gr3d.VtkPlotter.CreateVtkFormContainer(), IG.Gr3d.UtilVtk.GetVtkCamera(), IG.Gr3d.UtilVtk.GetVtkRenderer(), IG.Gr3d.UtilVtk.GetVtkRenderWindow(), IG.Gr3d.UtilVtk.GetVtkRenderWindowControl(), and IG.Gr3d.UtilVtk.IsVtkForm().