IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Windows form for presenting VTK graphics. More...
Public Member Functions | |
VtkForm () | |
![]() | |
void | Close () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
VtkControlBase | VtkControl [get] |
Gets the control of type VtkControlBase through which VTK functionality is controlled. More... | |
Kitware.VTK.RenderWindowControl | VtkRenderWindowControl [get] |
VTK's control that is actually used for rendering graphics and through which VTK can be interacted directly. More... | |
![]() | |
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... | |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
VtkControlBase | _vtkControl |
Kitware.VTK.RenderWindowControl | _vtkRenderWindowControl |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
VtkControlWin | vtkControlWin1 |
Windows form for presenting VTK graphics.
Contains some additional buttons beside just the VTK renderer control.
This is a toplevel form that only contains a control of type VtkControlWin, which handles all VTK related stuff.
$A Igor xx May13;
|
inline |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
|
private |
|
private |
Required designer variable.
|
private |
|
get |
Gets the control of type VtkControlBase through which VTK functionality is controlled.
|
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 of the VtkControl property.