ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageOrthoPlanes Class Reference

vtkImageOrthoPlanes - Connect three vtkImagePlaneWidgets together More...

Inheritance diagram for Kitware.VTK.vtkImageOrthoPlanes:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageOrthoPlanes:
[legend]

List of all members.

Public Member Functions

 vtkImageOrthoPlanes (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageOrthoPlanes ()
 Undocumented Block.
vtkImagePlaneWidget GetPlane (int i)
 You must set three planes for the widget.
vtkTransform GetTransform ()
 Get the transform for the planes.
void HandlePlaneEvent (vtkImagePlaneWidget imagePlaneWidget)
 A public method to be used only by the event callback.
override int IsA (string type)
 Undocumented Block.
new vtkImageOrthoPlanes NewInstance ()
 Undocumented Block.
void ResetPlanes ()
 Reset the planes to original scale, rotation, and location.
void SetPlane (int i, vtkImagePlaneWidget imagePlaneWidget)
 You must set three planes for the widget.

Static Public Member Functions

static new vtkImageOrthoPlanes New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageOrthoPlanes SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageOrthoPlanes"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkImageOrthoPlanes"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkImageOrthoPlanes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageOrthoPlanes_GetPlane_01 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageOrthoPlanes_GetTransform_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageOrthoPlanes_HandlePlaneEvent_03 (HandleRef pThis, HandleRef imagePlaneWidget)
static internal int vtkImageOrthoPlanes_IsA_04 (HandleRef pThis, string type)
static internal int vtkImageOrthoPlanes_IsTypeOf_05 (string type)
static internal IntPtr vtkImageOrthoPlanes_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageOrthoPlanes_ResetPlanes_08 (HandleRef pThis)
static internal IntPtr vtkImageOrthoPlanes_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageOrthoPlanes_SetPlane_10 (HandleRef pThis, int i, HandleRef imagePlaneWidget)

Static Private Member Functions

static vtkImageOrthoPlanes ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageOrthoPlanes - Connect three vtkImagePlaneWidgets together

Description vtkImageOrthoPlanes is an event observer class that listens to the events from three vtkImagePlaneWidgets and keeps their orientations and scales synchronized. Thanks Thanks to Atamai Inc. for developing and contributing this class.

vtkImagePlaneWidget


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkImageOrthoPlanes.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkObject.

You must set three planes for the widget.

Here is the call graph for this function:

Get the transform for the planes.

Here is the call graph for this function:

A public method to be used only by the event callback.

override int Kitware.VTK.vtkImageOrthoPlanes.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkImageOrthoPlanes.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reset the planes to original scale, rotation, and location.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

void Kitware.VTK.vtkImageOrthoPlanes.SetPlane ( int  i,
vtkImagePlaneWidget  imagePlaneWidget 
)

You must set three planes for the widget.

static internal IntPtr Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_GetPlane_01 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_GetTransform_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_HandlePlaneEvent_03 ( HandleRef  pThis,
HandleRef  imagePlaneWidget 
) [private]
static internal int Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_ResetPlanes_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageOrthoPlanes.vtkImageOrthoPlanes_SetPlane_10 ( HandleRef  pThis,
int  i,
HandleRef  imagePlaneWidget 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageOrthoPlanes.MRClassNameKey = "19vtkImageOrthoPlanes" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkImageOrthoPlanes.MRFullTypeName = "Kitware.VTK.vtkImageOrthoPlanes"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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