IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Gr3d.IVtkFormContainerGen< VtkControlType > Interface Template Reference

This interface is implemented by the forms that contain the VTK control that can render VTK graphics. More...

+ Inheritance diagram for IG.Gr3d.IVtkFormContainerGen< VtkControlType >:

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...
 

Detailed Description

This interface is implemented by the forms that contain the VTK control that can render VTK graphics.

$A Igor xx Jun13;

Type Constraints
VtkControlType :System.Windows.Forms.Control 

Property Documentation

VtkControlBase IG.Gr3d.IVtkFormContainerGen< VtkControlType >.VtkControl
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().

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.

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().


The documentation for this interface was generated from the following file: