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

vtkTransformPolyDataFilter - transform points and associated normals and vectors for polygonal dataset More...

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

List of all members.

Public Member Functions

 vtkTransformPolyDataFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTransformPolyDataFilter ()
 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 vtkTransformPolyDataFilter NewInstance ()
 Undocumented Block.
virtual void SetTransform (vtkAbstractTransform arg0)
 Specify the transform object used to transform points.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkTransformPolyDataFilter"
 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 vtkTransformPolyDataFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkTransformPolyDataFilter_GetMTime_01 (HandleRef pThis)
static internal IntPtr vtkTransformPolyDataFilter_GetTransform_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTransformPolyDataFilter_IsA_03 (HandleRef pThis, string type)
static internal int vtkTransformPolyDataFilter_IsTypeOf_04 (string type)
static internal IntPtr vtkTransformPolyDataFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransformPolyDataFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransformPolyDataFilter_SetTransform_08 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkTransformPolyDataFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTransformPolyDataFilter - transform points and associated normals and vectors for polygonal dataset

Description vtkTransformPolyDataFilter is a filter to transform point coordinates and associated point and cell normals and vectors. Other point and cell data is passed through the filter unchanged. This filter is specialized for polygonal data. See vtkTransformFilter for more general data.

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 vtkTransformPolyDataFilter 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.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter ( 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.vtkTransformPolyDataFilter.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.vtkPolyDataAlgorithm.

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.vtkTransformPolyDataFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

Specify the transform object used to transform points.

static internal uint Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_GetMTime_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_GetTransform_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTransformPolyDataFilter.vtkTransformPolyDataFilter_SetTransform_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTransformPolyDataFilter.MRClassNameKey = "26vtkTransformPolyDataFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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