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

vtkRotationFilter - Duplicates a data set by rotation about an axis More...

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

List of all members.

Public Types

enum  RotationAxis { USE_X = 0, USE_Y = 1, USE_Z = 2 }
 Undocumented Block. More...

Public Member Functions

 vtkRotationFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRotationFilter ()
 Undocumented Block.
virtual void CopyInputOff ()
 If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.
virtual void CopyInputOn ()
 If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.
virtual double GetAngle ()
 Set the rotation angle to use.
virtual int GetAxis ()
 Set the axis of rotation to use. It is set by default to Z.
virtual int GetAxisMaxValue ()
 Set the axis of rotation to use. It is set by default to Z.
virtual int GetAxisMinValue ()
 Set the axis of rotation to use. It is set by default to Z.
virtual double[] GetCenter ()
 Set the rotation center coordinates.
virtual void GetCenter (ref double _arg1, ref double _arg2, ref double _arg3)
 Set the rotation center coordinates.
virtual void GetCenter (IntPtr _arg)
 Set the rotation center coordinates.
virtual int GetCopyInput ()
 If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.
virtual int GetNumberOfCopies ()
 Set the number of copies to create. The source will be rotated N times and a new polydata copy of the original created at each angular position All copies will be appended to form a single output.
override int IsA (string type)
 Undocumented Block.
new vtkRotationFilter NewInstance ()
 Undocumented Block.
virtual void SetAngle (double _arg)
 Set the rotation angle to use.
virtual void SetAxis (int _arg)
 Set the axis of rotation to use. It is set by default to Z.
void SetAxisToX ()
 Set the axis of rotation to use. It is set by default to Z.
void SetAxisToY ()
 Set the axis of rotation to use. It is set by default to Z.
void SetAxisToZ ()
 Set the axis of rotation to use. It is set by default to Z.
virtual void SetCenter (double _arg1, double _arg2, double _arg3)
 Set the rotation center coordinates.
virtual void SetCenter (IntPtr _arg)
 Set the rotation center coordinates.
virtual void SetCopyInput (int _arg)
 If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.
virtual void SetNumberOfCopies (int _arg)
 Set the number of copies to create. The source will be rotated N times and a new polydata copy of the original created at each angular position All copies will be appended to form a single output.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkRotationFilter"
 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 vtkRotationFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRotationFilter_CopyInputOff_01 (HandleRef pThis)
static internal void vtkRotationFilter_CopyInputOn_02 (HandleRef pThis)
static internal double vtkRotationFilter_GetAngle_03 (HandleRef pThis)
static internal int vtkRotationFilter_GetAxis_04 (HandleRef pThis)
static internal int vtkRotationFilter_GetAxisMaxValue_05 (HandleRef pThis)
static internal int vtkRotationFilter_GetAxisMinValue_06 (HandleRef pThis)
static internal IntPtr vtkRotationFilter_GetCenter_07 (HandleRef pThis)
static internal void vtkRotationFilter_GetCenter_08 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkRotationFilter_GetCenter_09 (HandleRef pThis, IntPtr _arg)
static internal int vtkRotationFilter_GetCopyInput_10 (HandleRef pThis)
static internal int vtkRotationFilter_GetNumberOfCopies_11 (HandleRef pThis)
static internal int vtkRotationFilter_IsA_12 (HandleRef pThis, string type)
static internal int vtkRotationFilter_IsTypeOf_13 (string type)
static internal IntPtr vtkRotationFilter_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRotationFilter_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRotationFilter_SetAngle_17 (HandleRef pThis, double _arg)
static internal void vtkRotationFilter_SetAxis_18 (HandleRef pThis, int _arg)
static internal void vtkRotationFilter_SetAxisToX_19 (HandleRef pThis)
static internal void vtkRotationFilter_SetAxisToY_20 (HandleRef pThis)
static internal void vtkRotationFilter_SetAxisToZ_21 (HandleRef pThis)
static internal void vtkRotationFilter_SetCenter_22 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkRotationFilter_SetCenter_23 (HandleRef pThis, IntPtr _arg)
static internal void vtkRotationFilter_SetCopyInput_24 (HandleRef pThis, int _arg)
static internal void vtkRotationFilter_SetNumberOfCopies_25 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkRotationFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRotationFilter - Duplicates a data set by rotation about an axis

Description The vtkRotationFilter duplicates a data set by rotation about one of the 3 axis of the dataset's reference. Since it converts data sets into unstructured grids, it is not efficient for structured data sets.

Thanks Theophane Foggia of The Swiss National Supercomputing Centre (CSCS) for creating and contributing this filter


Member Enumeration Documentation

Undocumented Block.

Enumerator:
USE_X 

enum member

USE_Y 

enum member

USE_Z 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkRotationFilter.CopyInputOff ( ) [virtual]

If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.

virtual void Kitware.VTK.vtkRotationFilter.CopyInputOn ( ) [virtual]

If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.

override void Kitware.VTK.vtkRotationFilter.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.vtkUnstructuredGridAlgorithm.

virtual double Kitware.VTK.vtkRotationFilter.GetAngle ( ) [virtual]

Set the rotation angle to use.

virtual int Kitware.VTK.vtkRotationFilter.GetAxis ( ) [virtual]

Set the axis of rotation to use. It is set by default to Z.

Set the axis of rotation to use. It is set by default to Z.

Set the axis of rotation to use. It is set by default to Z.

virtual double [] Kitware.VTK.vtkRotationFilter.GetCenter ( ) [virtual]

Set the rotation center coordinates.

virtual void Kitware.VTK.vtkRotationFilter.GetCenter ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Set the rotation center coordinates.

virtual void Kitware.VTK.vtkRotationFilter.GetCenter ( IntPtr  _arg) [virtual]

Set the rotation center coordinates.

virtual int Kitware.VTK.vtkRotationFilter.GetCopyInput ( ) [virtual]

If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.

Set the number of copies to create. The source will be rotated N times and a new polydata copy of the original created at each angular position All copies will be appended to form a single output.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkRotationFilter.SetAngle ( double  _arg) [virtual]

Set the rotation angle to use.

virtual void Kitware.VTK.vtkRotationFilter.SetAxis ( int  _arg) [virtual]

Set the axis of rotation to use. It is set by default to Z.

Set the axis of rotation to use. It is set by default to Z.

Set the axis of rotation to use. It is set by default to Z.

Set the axis of rotation to use. It is set by default to Z.

virtual void Kitware.VTK.vtkRotationFilter.SetCenter ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set the rotation center coordinates.

virtual void Kitware.VTK.vtkRotationFilter.SetCenter ( IntPtr  _arg) [virtual]

Set the rotation center coordinates.

virtual void Kitware.VTK.vtkRotationFilter.SetCopyInput ( int  _arg) [virtual]

If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation.

virtual void Kitware.VTK.vtkRotationFilter.SetNumberOfCopies ( int  _arg) [virtual]

Set the number of copies to create. The source will be rotated N times and a new polydata copy of the original created at each angular position All copies will be appended to form a single output.

static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_CopyInputOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_CopyInputOn_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetAngle_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetAxis_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetAxisMaxValue_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetAxisMinValue_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetCenter_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetCenter_08 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetCenter_09 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetCopyInput_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_GetNumberOfCopies_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_IsA_12 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRotationFilter.vtkRotationFilter_IsTypeOf_13 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRotationFilter.vtkRotationFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRotationFilter.vtkRotationFilter_NewInstance_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SafeDownCast_16 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetAngle_17 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetAxis_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetAxisToX_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetAxisToY_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetAxisToZ_21 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetCenter_22 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetCenter_23 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetCopyInput_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRotationFilter.vtkRotationFilter_SetNumberOfCopies_25 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRotationFilter.MRClassNameKey = "17vtkRotationFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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