IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

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

List of all members.

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.

Detailed Description

template<VtkControlType>
interface IG::Gr3d::IVtkFormContainerGen< VtkControlType >

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

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

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


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events