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.Graph3dManipulatorWindowExtended Class Reference

A form for manipulating 3D graphics. More...

+ Inheritance diagram for IG.Gr3d.Graph3dManipulatorWindowExtended:
+ Collaboration diagram for IG.Gr3d.Graph3dManipulatorWindowExtended:

Public Member Functions

 Graph3dManipulatorWindowExtended ()
 
 Graph3dManipulatorWindowExtended (IVtkFormContainer vtkContainer)
 
- Public Member Functions inherited from IG.Forms.IClosableFromContainedForm
void Close ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

IVtkFormContainer VtkContainer [get, set]
 Gets the control of type VtkControlBase through which VTK functionality is controlled. More...
 
VtkControlBase VtkControl [get, set]
 Gets the control of type VtkControlBase through which VTK functionality is controlled. More...
 
I3dGraphicsControl GraphControl [get]
 Graph control that is manipulated by the current control. More...
 

Private Member Functions

void graph3DManipulator1_Load (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

IVtkFormContainer _vtkContainer
 
VtkControlBase _vtkControl
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
Graph3dManipulatorExtended graph3DManipulator1
 

Detailed Description

A form for manipulating 3D graphics.

$A Igor xx Jun13;

Constructor & Destructor Documentation

IG.Gr3d.Graph3dManipulatorWindowExtended.Graph3dManipulatorWindowExtended ( )
inline
IG.Gr3d.Graph3dManipulatorWindowExtended.Graph3dManipulatorWindowExtended ( IVtkFormContainer  vtkContainer)
inline

Member Function Documentation

void IG.Gr3d.Graph3dManipulatorWindowExtended.graph3DManipulator1_Load ( object  sender,
EventArgs  e 
)
inlineprivate
override void IG.Gr3d.Graph3dManipulatorWindowExtended.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void IG.Gr3d.Graph3dManipulatorWindowExtended.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Member Data Documentation

IVtkFormContainer IG.Gr3d.Graph3dManipulatorWindowExtended._vtkContainer
private
VtkControlBase IG.Gr3d.Graph3dManipulatorWindowExtended._vtkControl
private
System.ComponentModel.IContainer IG.Gr3d.Graph3dManipulatorWindowExtended.components = null
private

Required designer variable.

Graph3dManipulatorExtended IG.Gr3d.Graph3dManipulatorWindowExtended.graph3DManipulator1
private

Property Documentation

IVtkFormContainer IG.Gr3d.Graph3dManipulatorWindowExtended.VtkContainer
getset

Gets the control of type VtkControlBase through which VTK functionality is controlled.

VtkControlBase IG.Gr3d.Graph3dManipulatorWindowExtended.VtkControl
getset

Gets the control of type VtkControlBase through which VTK functionality is controlled.

I3dGraphicsControl IG.Gr3d.Graph3dManipulatorWindowExtended.GraphControl
get

Graph control that is manipulated by the current control.


The documentation for this class was generated from the following files: