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

vtkTransformCoordinateSystems - transform points into different coordinate systems More...

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

List of all members.

Public Member Functions

 vtkTransformCoordinateSystems (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTransformCoordinateSystems ()
 Description Instantiate this class. By default no transformation is specified and the input and output is identical.
virtual int GetInputCoordinateSystem ()
 Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.
override uint GetMTime ()
 Return the MTime also considering the instance of vtkCoordinate.
virtual int GetOutputCoordinateSystem ()
 Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.
virtual vtkViewport GetViewport ()
 In order for successful coordinate transformation to occur, an instance of vtkViewport (e.g., a VTK renderer) must be specified. NOTE: this is a raw pointer, not a weak pointer not a reference counted object to avoid reference cycle loop between rendering classes and filter classes.
override int IsA (string type)
 Standard methods for type information and printing.
new vtkTransformCoordinateSystems NewInstance ()
 Standard methods for type information and printing.
virtual void SetInputCoordinateSystem (int _arg)
 Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.
void SetInputCoordinateSystemToDisplay ()
 Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.
void SetInputCoordinateSystemToViewport ()
 Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.
void SetInputCoordinateSystemToWorld ()
 Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.
virtual void SetOutputCoordinateSystem (int _arg)
 Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.
void SetOutputCoordinateSystemToDisplay ()
 Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.
void SetOutputCoordinateSystemToViewport ()
 Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.
void SetOutputCoordinateSystemToWorld ()
 Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.
void SetViewport (vtkViewport viewport)
 In order for successful coordinate transformation to occur, an instance of vtkViewport (e.g., a VTK renderer) must be specified. NOTE: this is a raw pointer, not a weak pointer not a reference counted object to avoid reference cycle loop between rendering classes and filter classes.

Static Public Member Functions

static new
vtkTransformCoordinateSystems 
New ()
 Description Instantiate this class. By default no transformation is specified and the input and output is identical.
static new int IsTypeOf (string type)
 Standard methods for type information and printing.
static new
vtkTransformCoordinateSystems 
SafeDownCast (vtkObjectBase o)
 Standard methods for type information and printing.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkTransformCoordinateSystems"
 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 vtkTransformCoordinateSystems_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTransformCoordinateSystems_GetInputCoordinateSystem_01 (HandleRef pThis)
static internal uint vtkTransformCoordinateSystems_GetMTime_02 (HandleRef pThis)
static internal int vtkTransformCoordinateSystems_GetOutputCoordinateSystem_03 (HandleRef pThis)
static internal IntPtr vtkTransformCoordinateSystems_GetViewport_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTransformCoordinateSystems_IsA_05 (HandleRef pThis, string type)
static internal int vtkTransformCoordinateSystems_IsTypeOf_06 (string type)
static internal IntPtr vtkTransformCoordinateSystems_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransformCoordinateSystems_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransformCoordinateSystems_SetInputCoordinateSystem_10 (HandleRef pThis, int _arg)
static internal void vtkTransformCoordinateSystems_SetInputCoordinateSystemToDisplay_11 (HandleRef pThis)
static internal void vtkTransformCoordinateSystems_SetInputCoordinateSystemToViewport_12 (HandleRef pThis)
static internal void vtkTransformCoordinateSystems_SetInputCoordinateSystemToWorld_13 (HandleRef pThis)
static internal void vtkTransformCoordinateSystems_SetOutputCoordinateSystem_14 (HandleRef pThis, int _arg)
static internal void vtkTransformCoordinateSystems_SetOutputCoordinateSystemToDisplay_15 (HandleRef pThis)
static internal void vtkTransformCoordinateSystems_SetOutputCoordinateSystemToViewport_16 (HandleRef pThis)
static internal void vtkTransformCoordinateSystems_SetOutputCoordinateSystemToWorld_17 (HandleRef pThis)
static internal void vtkTransformCoordinateSystems_SetViewport_18 (HandleRef pThis, HandleRef viewport)

Static Private Member Functions

static vtkTransformCoordinateSystems ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTransformCoordinateSystems - transform points into different coordinate systems

Description This filter transforms points from one coordinate system to another. The user must specify the coordinate systems in which the input and output are specified. The user must also specify the VTK viewport (i.e., renderer) in which the transformation occurs.

vtkCoordinate vtkTransformFilter vtkTransformPolyData vtkPolyDataMapper2D


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Description Instantiate this class. By default no transformation is specified and the input and output is identical.


Member Function Documentation

override void Kitware.VTK.vtkTransformCoordinateSystems.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.vtkPointSetAlgorithm.

Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.

Return the MTime also considering the instance of vtkCoordinate.

Reimplemented from Kitware.VTK.vtkObject.

Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.

In order for successful coordinate transformation to occur, an instance of vtkViewport (e.g., a VTK renderer) must be specified. NOTE: this is a raw pointer, not a weak pointer not a reference counted object to avoid reference cycle loop between rendering classes and filter classes.

Here is the call graph for this function:

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

Standard methods for type information and printing.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Standard methods for type information and printing.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Description Instantiate this class. By default no transformation is specified and the input and output is identical.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Standard methods for type information and printing.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Standard methods for type information and printing.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Here is the call graph for this function:

Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.

Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.

Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.

Set/get the coordinate system in which the input is specified. The current options are World, Viewport, and Display. By default the input coordinate system is World.

Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.

Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.

Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.

Set/get the coordinate system to which to transform the output. The current options are World, Viewport, and Display. By default the output coordinate system is Display.

In order for successful coordinate transformation to occur, an instance of vtkViewport (e.g., a VTK renderer) must be specified. NOTE: this is a raw pointer, not a weak pointer not a reference counted object to avoid reference cycle loop between rendering classes and filter classes.

static internal IntPtr Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_GetViewport_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_SetInputCoordinateSystem_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_SetOutputCoordinateSystem_14 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformCoordinateSystems.vtkTransformCoordinateSystems_SetViewport_18 ( HandleRef  pThis,
HandleRef  viewport 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTransformCoordinateSystems.MRClassNameKey = "29vtkTransformCoordinateSystems" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.


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