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

vtkTransformToGrid - create a grid for a vtkGridTransform More...

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

List of all members.

Public Member Functions

 vtkTransformToGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTransformToGrid ()
 Undocumented Block.
double GetDisplacementScale ()
 Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift. If the grid is of double type, then scale = 1 and shift = 0.
double GetDisplacementShift ()
 Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift. If the grid is of double type, then scale = 1 and shift = 0.
virtual int[] GetGridExtent ()
 Get/Set the extent of the grid.
virtual void GetGridExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
 Get/Set the extent of the grid.
virtual void GetGridExtent (IntPtr _arg)
 Get/Set the extent of the grid.
virtual double[] GetGridOrigin ()
 Get/Set the origin of the grid.
virtual void GetGridOrigin (ref double _arg1, ref double _arg2, ref double _arg3)
 Get/Set the origin of the grid.
virtual void GetGridOrigin (IntPtr _arg)
 Get/Set the origin of the grid.
virtual int GetGridScalarType ()
 Get/Set the scalar type of the grid. The default is double.
virtual double[] GetGridSpacing ()
 Get/Set the spacing between samples in the grid.
virtual void GetGridSpacing (ref double _arg1, ref double _arg2, ref double _arg3)
 Get/Set the spacing between samples in the grid.
virtual void GetGridSpacing (IntPtr _arg)
 Get/Set the spacing between samples in the grid.
virtual vtkAbstractTransform GetInput ()
 Set/Get the transform which will be converted into a grid.
vtkImageData GetOutput ()
 Get the output data object for a port on this algorithm.
override int IsA (string type)
 Undocumented Block.
new vtkTransformToGrid NewInstance ()
 Undocumented Block.
virtual void SetGridExtent (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
 Get/Set the extent of the grid.
virtual void SetGridExtent (IntPtr _arg)
 Get/Set the extent of the grid.
virtual void SetGridOrigin (double _arg1, double _arg2, double _arg3)
 Get/Set the origin of the grid.
virtual void SetGridOrigin (IntPtr _arg)
 Get/Set the origin of the grid.
virtual void SetGridScalarType (int _arg)
 Get/Set the scalar type of the grid. The default is double.
void SetGridScalarTypeToChar ()
 Get/Set the scalar type of the grid. The default is double.
void SetGridScalarTypeToFloat ()
 Get/Set the scalar type of the grid. The default is double.
void SetGridScalarTypeToShort ()
 Get/Set the scalar type of the grid. The default is double.
void SetGridScalarTypeToUnsignedChar ()
 Get/Set the scalar type of the grid. The default is double.
void SetGridScalarTypeToUnsignedShort ()
 Get/Set the scalar type of the grid. The default is double.
virtual void SetGridSpacing (double _arg1, double _arg2, double _arg3)
 Get/Set the spacing between samples in the grid.
virtual void SetGridSpacing (IntPtr _arg)
 Get/Set the spacing between samples in the grid.
virtual void SetInput (vtkAbstractTransform arg0)
 Set/Get the transform which will be converted into a grid.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkTransformToGrid"
 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 vtkTransformToGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkTransformToGrid_GetDisplacementScale_01 (HandleRef pThis)
static internal double vtkTransformToGrid_GetDisplacementShift_02 (HandleRef pThis)
static internal IntPtr vtkTransformToGrid_GetGridExtent_03 (HandleRef pThis)
static internal void vtkTransformToGrid_GetGridExtent_04 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
static internal void vtkTransformToGrid_GetGridExtent_05 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkTransformToGrid_GetGridOrigin_06 (HandleRef pThis)
static internal void vtkTransformToGrid_GetGridOrigin_07 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkTransformToGrid_GetGridOrigin_08 (HandleRef pThis, IntPtr _arg)
static internal int vtkTransformToGrid_GetGridScalarType_09 (HandleRef pThis)
static internal IntPtr vtkTransformToGrid_GetGridSpacing_10 (HandleRef pThis)
static internal void vtkTransformToGrid_GetGridSpacing_11 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkTransformToGrid_GetGridSpacing_12 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkTransformToGrid_GetInput_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransformToGrid_GetOutput_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTransformToGrid_IsA_15 (HandleRef pThis, string type)
static internal int vtkTransformToGrid_IsTypeOf_16 (string type)
static internal IntPtr vtkTransformToGrid_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransformToGrid_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransformToGrid_SetGridExtent_20 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
static internal void vtkTransformToGrid_SetGridExtent_21 (HandleRef pThis, IntPtr _arg)
static internal void vtkTransformToGrid_SetGridOrigin_22 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTransformToGrid_SetGridOrigin_23 (HandleRef pThis, IntPtr _arg)
static internal void vtkTransformToGrid_SetGridScalarType_24 (HandleRef pThis, int _arg)
static internal void vtkTransformToGrid_SetGridScalarTypeToChar_25 (HandleRef pThis)
static internal void vtkTransformToGrid_SetGridScalarTypeToFloat_26 (HandleRef pThis)
static internal void vtkTransformToGrid_SetGridScalarTypeToShort_27 (HandleRef pThis)
static internal void vtkTransformToGrid_SetGridScalarTypeToUnsignedChar_28 (HandleRef pThis)
static internal void vtkTransformToGrid_SetGridScalarTypeToUnsignedShort_29 (HandleRef pThis)
static internal void vtkTransformToGrid_SetGridSpacing_30 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTransformToGrid_SetGridSpacing_31 (HandleRef pThis, IntPtr _arg)
static internal void vtkTransformToGrid_SetInput_32 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkTransformToGrid ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTransformToGrid - create a grid for a vtkGridTransform

Description vtkTransformToGrid takes any transform as input and produces a grid for use by a vtkGridTransform. This can be used, for example, to invert a grid transform, concatenate two grid transforms, or to convert a thin plate spline transform into a grid transform.

vtkGridTransform vtkThinPlateSplineTransform vtkAbstractTransform


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift. If the grid is of double type, then scale = 1 and shift = 0.

Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift. If the grid is of double type, then scale = 1 and shift = 0.

virtual int [] Kitware.VTK.vtkTransformToGrid.GetGridExtent ( ) [virtual]

Get/Set the extent of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.GetGridExtent ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4,
ref int  _arg5,
ref int  _arg6 
) [virtual]

Get/Set the extent of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.GetGridExtent ( IntPtr  _arg) [virtual]

Get/Set the extent of the grid.

virtual double [] Kitware.VTK.vtkTransformToGrid.GetGridOrigin ( ) [virtual]

Get/Set the origin of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.GetGridOrigin ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get/Set the origin of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.GetGridOrigin ( IntPtr  _arg) [virtual]

Get/Set the origin of the grid.

Get/Set the scalar type of the grid. The default is double.

virtual double [] Kitware.VTK.vtkTransformToGrid.GetGridSpacing ( ) [virtual]

Get/Set the spacing between samples in the grid.

virtual void Kitware.VTK.vtkTransformToGrid.GetGridSpacing ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get/Set the spacing between samples in the grid.

virtual void Kitware.VTK.vtkTransformToGrid.GetGridSpacing ( IntPtr  _arg) [virtual]

Get/Set the spacing between samples in the grid.

Set/Get the transform which will be converted into a grid.

Here is the call graph for this function:

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTransformToGrid.SetGridExtent ( int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [virtual]

Get/Set the extent of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.SetGridExtent ( IntPtr  _arg) [virtual]

Get/Set the extent of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.SetGridOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Get/Set the origin of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.SetGridOrigin ( IntPtr  _arg) [virtual]

Get/Set the origin of the grid.

virtual void Kitware.VTK.vtkTransformToGrid.SetGridScalarType ( int  _arg) [virtual]

Get/Set the scalar type of the grid. The default is double.

Get/Set the scalar type of the grid. The default is double.

Get/Set the scalar type of the grid. The default is double.

Get/Set the scalar type of the grid. The default is double.

Get/Set the scalar type of the grid. The default is double.

Get/Set the scalar type of the grid. The default is double.

virtual void Kitware.VTK.vtkTransformToGrid.SetGridSpacing ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Get/Set the spacing between samples in the grid.

virtual void Kitware.VTK.vtkTransformToGrid.SetGridSpacing ( IntPtr  _arg) [virtual]

Get/Set the spacing between samples in the grid.

Set/Get the transform which will be converted into a grid.

static internal double Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetDisplacementScale_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetDisplacementShift_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridExtent_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridExtent_04 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4,
ref int  _arg5,
ref int  _arg6 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridExtent_05 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridOrigin_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridOrigin_07 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridOrigin_08 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridScalarType_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridSpacing_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridSpacing_11 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetGridSpacing_12 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetInput_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_GetOutput_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_IsA_15 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_IsTypeOf_16 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_NewInstance_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SafeDownCast_19 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridExtent_20 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridExtent_21 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridOrigin_22 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridOrigin_23 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridScalarType_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridScalarTypeToChar_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridScalarTypeToFloat_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridScalarTypeToShort_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridSpacing_30 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetGridSpacing_31 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformToGrid.vtkTransformToGrid_SetInput_32 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.


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