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

vtkImageChangeInformation - modify spacing, origin and extent. More...

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

List of all members.

Public Member Functions

 vtkImageChangeInformation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageChangeInformation ()
 Undocumented Block.
virtual void CenterImageOff ()
 Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.
virtual void CenterImageOn ()
 Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.
virtual int GetCenterImage ()
 Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.
virtual int[] GetExtentTranslation ()
 Apply a translation to the extent.
virtual void GetExtentTranslation (ref int _arg1, ref int _arg2, ref int _arg3)
 Apply a translation to the extent.
virtual void GetExtentTranslation (IntPtr _arg)
 Apply a translation to the extent.
virtual vtkImageData GetInformationInput ()
 Copy the information from another data set. By default, the information is copied from the input.
virtual double[] GetOriginScale ()
 Apply a scale to the origin. The scale is applied before the translation.
virtual void GetOriginScale (ref double _arg1, ref double _arg2, ref double _arg3)
 Apply a scale to the origin. The scale is applied before the translation.
virtual void GetOriginScale (IntPtr _arg)
 Apply a scale to the origin. The scale is applied before the translation.
virtual double[] GetOriginTranslation ()
 Apply a translation to the origin.
virtual void GetOriginTranslation (ref double _arg1, ref double _arg2, ref double _arg3)
 Apply a translation to the origin.
virtual void GetOriginTranslation (IntPtr _arg)
 Apply a translation to the origin.
virtual int[] GetOutputExtentStart ()
 Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.
virtual void GetOutputExtentStart (ref int _arg1, ref int _arg2, ref int _arg3)
 Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.
virtual void GetOutputExtentStart (IntPtr _arg)
 Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.
virtual double[] GetOutputOrigin ()
 Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.
virtual void GetOutputOrigin (ref double _arg1, ref double _arg2, ref double _arg3)
 Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.
virtual void GetOutputOrigin (IntPtr _arg)
 Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.
virtual double[] GetOutputSpacing ()
 Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.
virtual void GetOutputSpacing (ref double _arg1, ref double _arg2, ref double _arg3)
 Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.
virtual void GetOutputSpacing (IntPtr _arg)
 Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.
virtual double[] GetSpacingScale ()
 Apply a scale factor to the spacing.
virtual void GetSpacingScale (ref double _arg1, ref double _arg2, ref double _arg3)
 Apply a scale factor to the spacing.
virtual void GetSpacingScale (IntPtr _arg)
 Apply a scale factor to the spacing.
override int IsA (string type)
 Undocumented Block.
new vtkImageChangeInformation NewInstance ()
 Undocumented Block.
virtual void SetCenterImage (int _arg)
 Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.
virtual void SetExtentTranslation (int _arg1, int _arg2, int _arg3)
 Apply a translation to the extent.
virtual void SetExtentTranslation (IntPtr _arg)
 Apply a translation to the extent.
virtual void SetInformationInput (vtkImageData arg0)
 Copy the information from another data set. By default, the information is copied from the input.
virtual void SetOriginScale (double _arg1, double _arg2, double _arg3)
 Apply a scale to the origin. The scale is applied before the translation.
virtual void SetOriginScale (IntPtr _arg)
 Apply a scale to the origin. The scale is applied before the translation.
virtual void SetOriginTranslation (double _arg1, double _arg2, double _arg3)
 Apply a translation to the origin.
virtual void SetOriginTranslation (IntPtr _arg)
 Apply a translation to the origin.
virtual void SetOutputExtentStart (int _arg1, int _arg2, int _arg3)
 Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.
virtual void SetOutputExtentStart (IntPtr _arg)
 Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.
virtual void SetOutputOrigin (double _arg1, double _arg2, double _arg3)
 Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.
virtual void SetOutputOrigin (IntPtr _arg)
 Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.
virtual void SetOutputSpacing (double _arg1, double _arg2, double _arg3)
 Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.
virtual void SetOutputSpacing (IntPtr _arg)
 Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.
virtual void SetSpacingScale (double _arg1, double _arg2, double _arg3)
 Apply a scale factor to the spacing.
virtual void SetSpacingScale (IntPtr _arg)
 Apply a scale factor to the spacing.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkImageChangeInformation"
 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 vtkImageChangeInformation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageChangeInformation_CenterImageOff_01 (HandleRef pThis)
static internal void vtkImageChangeInformation_CenterImageOn_02 (HandleRef pThis)
static internal int vtkImageChangeInformation_GetCenterImage_03 (HandleRef pThis)
static internal IntPtr vtkImageChangeInformation_GetExtentTranslation_04 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetExtentTranslation_05 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3)
static internal void vtkImageChangeInformation_GetExtentTranslation_06 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageChangeInformation_GetInformationInput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageChangeInformation_GetOriginScale_08 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetOriginScale_09 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageChangeInformation_GetOriginScale_10 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageChangeInformation_GetOriginTranslation_11 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetOriginTranslation_12 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageChangeInformation_GetOriginTranslation_13 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageChangeInformation_GetOutputExtentStart_14 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetOutputExtentStart_15 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3)
static internal void vtkImageChangeInformation_GetOutputExtentStart_16 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageChangeInformation_GetOutputOrigin_17 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetOutputOrigin_18 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageChangeInformation_GetOutputOrigin_19 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageChangeInformation_GetOutputSpacing_20 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetOutputSpacing_21 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageChangeInformation_GetOutputSpacing_22 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageChangeInformation_GetSpacingScale_23 (HandleRef pThis)
static internal void vtkImageChangeInformation_GetSpacingScale_24 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageChangeInformation_GetSpacingScale_25 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageChangeInformation_IsA_26 (HandleRef pThis, string type)
static internal int vtkImageChangeInformation_IsTypeOf_27 (string type)
static internal IntPtr vtkImageChangeInformation_NewInstance_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageChangeInformation_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageChangeInformation_SetCenterImage_31 (HandleRef pThis, int _arg)
static internal void vtkImageChangeInformation_SetExtentTranslation_32 (HandleRef pThis, int _arg1, int _arg2, int _arg3)
static internal void vtkImageChangeInformation_SetExtentTranslation_33 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageChangeInformation_SetInformationInput_34 (HandleRef pThis, HandleRef arg0)
static internal void vtkImageChangeInformation_SetOriginScale_35 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageChangeInformation_SetOriginScale_36 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageChangeInformation_SetOriginTranslation_37 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageChangeInformation_SetOriginTranslation_38 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageChangeInformation_SetOutputExtentStart_39 (HandleRef pThis, int _arg1, int _arg2, int _arg3)
static internal void vtkImageChangeInformation_SetOutputExtentStart_40 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageChangeInformation_SetOutputOrigin_41 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageChangeInformation_SetOutputOrigin_42 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageChangeInformation_SetOutputSpacing_43 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageChangeInformation_SetOutputSpacing_44 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageChangeInformation_SetSpacingScale_45 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageChangeInformation_SetSpacingScale_46 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkImageChangeInformation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageChangeInformation - modify spacing, origin and extent.

Description vtkImageChangeInformation modify the spacing, origin, or extent of the data without changing the data itself. The data is not resampled by this filter, only the information accompanying the data is modified.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.

override void Kitware.VTK.vtkImageChangeInformation.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.vtkImageAlgorithm.

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.

Apply a translation to the extent.

virtual void Kitware.VTK.vtkImageChangeInformation.GetExtentTranslation ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [virtual]

Apply a translation to the extent.

virtual void Kitware.VTK.vtkImageChangeInformation.GetExtentTranslation ( IntPtr  _arg) [virtual]

Apply a translation to the extent.

Copy the information from another data set. By default, the information is copied from the input.

Here is the call graph for this function:

Apply a scale to the origin. The scale is applied before the translation.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOriginScale ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Apply a scale to the origin. The scale is applied before the translation.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOriginScale ( IntPtr  _arg) [virtual]

Apply a scale to the origin. The scale is applied before the translation.

Apply a translation to the origin.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOriginTranslation ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Apply a translation to the origin.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOriginTranslation ( IntPtr  _arg) [virtual]

Apply a translation to the origin.

Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOutputExtentStart ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [virtual]

Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOutputExtentStart ( IntPtr  _arg) [virtual]

Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOutputOrigin ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOutputOrigin ( IntPtr  _arg) [virtual]

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOutputSpacing ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.GetOutputSpacing ( IntPtr  _arg) [virtual]

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.

Apply a scale factor to the spacing.

virtual void Kitware.VTK.vtkImageChangeInformation.GetSpacingScale ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Apply a scale factor to the spacing.

virtual void Kitware.VTK.vtkImageChangeInformation.GetSpacingScale ( IntPtr  _arg) [virtual]

Apply a scale factor to the spacing.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageChangeInformation.SetCenterImage ( int  _arg) [virtual]

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set. This will override SetOutputOrigin. This is often a useful operation to apply before using vtkImageReslice to apply a transformation to an image.

virtual void Kitware.VTK.vtkImageChangeInformation.SetExtentTranslation ( int  _arg1,
int  _arg2,
int  _arg3 
) [virtual]

Apply a translation to the extent.

virtual void Kitware.VTK.vtkImageChangeInformation.SetExtentTranslation ( IntPtr  _arg) [virtual]

Apply a translation to the extent.

Copy the information from another data set. By default, the information is copied from the input.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOriginScale ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Apply a scale to the origin. The scale is applied before the translation.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOriginScale ( IntPtr  _arg) [virtual]

Apply a scale to the origin. The scale is applied before the translation.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOriginTranslation ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Apply a translation to the origin.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOriginTranslation ( IntPtr  _arg) [virtual]

Apply a translation to the origin.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOutputExtentStart ( int  _arg1,
int  _arg2,
int  _arg3 
) [virtual]

Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOutputExtentStart ( IntPtr  _arg) [virtual]

Specify new starting values for the extent explicitly. These values are used as WholeExtent[0], WholeExtent[2] and WholeExtent[4] of the output. The default is to the use the extent start of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOutputOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOutputOrigin ( IntPtr  _arg) [virtual]

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOutputSpacing ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.SetOutputSpacing ( IntPtr  _arg) [virtual]

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the InformationInput if InformationInput is set.

virtual void Kitware.VTK.vtkImageChangeInformation.SetSpacingScale ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Apply a scale factor to the spacing.

virtual void Kitware.VTK.vtkImageChangeInformation.SetSpacingScale ( IntPtr  _arg) [virtual]

Apply a scale factor to the spacing.

static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_CenterImageOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_CenterImageOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetExtentTranslation_05 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetExtentTranslation_06 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetInformationInput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOriginScale_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOriginScale_09 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOriginScale_10 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOriginTranslation_12 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOriginTranslation_13 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputExtentStart_15 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputExtentStart_16 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputOrigin_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputOrigin_18 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputOrigin_19 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputSpacing_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputSpacing_21 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetOutputSpacing_22 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetSpacingScale_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetSpacingScale_24 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_GetSpacingScale_25 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_IsA_26 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_NewInstance_29 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SafeDownCast_30 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetCenterImage_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetExtentTranslation_32 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetExtentTranslation_33 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetInformationInput_34 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOriginScale_35 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOriginScale_36 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOriginTranslation_37 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOriginTranslation_38 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOutputExtentStart_39 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOutputExtentStart_40 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOutputOrigin_41 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOutputOrigin_42 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOutputSpacing_43 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetOutputSpacing_44 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetSpacingScale_45 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageChangeInformation.vtkImageChangeInformation_SetSpacingScale_46 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageChangeInformation.MRClassNameKey = "25vtkImageChangeInformation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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