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

vtkTransformFilter - transform points and associated normals and vectors More...

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

List of all members.

Public Member Functions

 vtkTransformFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTransformFilter ()
 Undocumented Block.
override uint GetMTime ()
 Return the MTime also considering the transform.
virtual vtkAbstractTransform GetTransform ()
 Specify the transform object used to transform points.
override int IsA (string type)
 Undocumented Block.
new vtkTransformFilter NewInstance ()
 Undocumented Block.
virtual void SetTransform (vtkAbstractTransform arg0)
 Specify the transform object used to transform points.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkTransformFilter"
 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 vtkTransformFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkTransformFilter_GetMTime_01 (HandleRef pThis)
static internal IntPtr vtkTransformFilter_GetTransform_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTransformFilter_IsA_03 (HandleRef pThis, string type)
static internal int vtkTransformFilter_IsTypeOf_04 (string type)
static internal IntPtr vtkTransformFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransformFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransformFilter_SetTransform_08 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkTransformFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTransformFilter - transform points and associated normals and vectors

Description vtkTransformFilter is a filter to transform point coordinates, and associated point normals and vectors. Other point data is passed through the filter.

An alternative method of transformation is to use vtkActor's methods to scale, rotate, and translate objects. The difference between the two methods is that vtkActor's transformation simply effects where objects are rendered (via the graphics pipeline), whereas vtkTransformFilter actually modifies point coordinates in the visualization pipeline. This is necessary for some objects (e.g., vtkProbeFilter) that require point coordinates as input.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTransformFilter.vtkTransformFilter ( 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.vtkTransformFilter.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.

override uint Kitware.VTK.vtkTransformFilter.GetMTime ( ) [virtual]

Return the MTime also considering the transform.

Reimplemented from Kitware.VTK.vtkObject.

Specify the transform object used to transform points.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Here is the call graph for this function:

Specify the transform object used to transform points.

static internal uint Kitware.VTK.vtkTransformFilter.vtkTransformFilter_GetMTime_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTransformFilter.vtkTransformFilter_GetTransform_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTransformFilter.vtkTransformFilter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTransformFilter.vtkTransformFilter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTransformFilter.vtkTransformFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformFilter.vtkTransformFilter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformFilter.vtkTransformFilter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTransformFilter.vtkTransformFilter_SetTransform_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTransformFilter.MRClassNameKey = "18vtkTransformFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.


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