ActiViz .NET
5.8.0
|
vtkTransformFilter - transform points and associated normals and vectors More...
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. |
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.
static Kitware.VTK.vtkTransformFilter.vtkTransformFilter | ( | ) | [static, private] |
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.
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.
virtual vtkAbstractTransform Kitware.VTK.vtkTransformFilter.GetTransform | ( | ) | [virtual] |
Specify the transform object used to transform points.
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.
static new vtkTransformFilter Kitware.VTK.vtkTransformFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
static new vtkTransformFilter Kitware.VTK.vtkTransformFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
virtual void Kitware.VTK.vtkTransformFilter.SetTransform | ( | vtkAbstractTransform | arg0 | ) | [virtual] |
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] |
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.