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

vtkImageResample - Resamples an image to be larger or smaller. More...

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

List of all members.

Public Member Functions

 vtkImageResample (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageResample ()
 Undocumented Block.
double GetAxisMagnificationFactor (int axis, vtkInformation inInfo)
 Set/Get Magnification factors. Zero is a reserved value indicating values have not been computed.
virtual int GetDimensionality ()
 Dimensionality is the number of axes which are considered during execution. To process images dimensionality would be set to 2. This has the same effect as setting the magnification of the third axis to 1.0.
override int IsA (string type)
 Undocumented Block.
new vtkImageResample NewInstance ()
 Undocumented Block.
void SetAxisMagnificationFactor (int axis, double factor)
 Set/Get Magnification factors. Zero is a reserved value indicating values have not been computed.
void SetAxisOutputSpacing (int axis, double spacing)
 Set desired spacing. Zero is a reserved value indicating spacing has not been set.
virtual void SetDimensionality (int _arg)
 Dimensionality is the number of axes which are considered during execution. To process images dimensionality would be set to 2. This has the same effect as setting the magnification of the third axis to 1.0.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkImageResample"
 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 vtkImageResample_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageResample_GetAxisMagnificationFactor_01 (HandleRef pThis, int axis, HandleRef inInfo)
static internal int vtkImageResample_GetDimensionality_02 (HandleRef pThis)
static internal int vtkImageResample_IsA_03 (HandleRef pThis, string type)
static internal int vtkImageResample_IsTypeOf_04 (string type)
static internal IntPtr vtkImageResample_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageResample_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageResample_SetAxisMagnificationFactor_08 (HandleRef pThis, int axis, double factor)
static internal void vtkImageResample_SetAxisOutputSpacing_09 (HandleRef pThis, int axis, double spacing)
static internal void vtkImageResample_SetDimensionality_10 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageResample ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageResample - Resamples an image to be larger or smaller.

Description This filter produces an output with different spacing (and extent) than the input. Linear interpolation can be used to resample the data. The Output spacing can be set explicitly or relative to input spacing with the SetAxisMagnificationFactor method.


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageResample.vtkImageResample ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageResample.vtkImageResample ( 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.vtkImageResample.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.vtkImageReslice.

Set/Get Magnification factors. Zero is a reserved value indicating values have not been computed.

Dimensionality is the number of axes which are considered during execution. To process images dimensionality would be set to 2. This has the same effect as setting the magnification of the third axis to 1.0.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

Here is the call graph for this function:

void Kitware.VTK.vtkImageResample.SetAxisMagnificationFactor ( int  axis,
double  factor 
)

Set/Get Magnification factors. Zero is a reserved value indicating values have not been computed.

void Kitware.VTK.vtkImageResample.SetAxisOutputSpacing ( int  axis,
double  spacing 
)

Set desired spacing. Zero is a reserved value indicating spacing has not been set.

virtual void Kitware.VTK.vtkImageResample.SetDimensionality ( int  _arg) [virtual]

Dimensionality is the number of axes which are considered during execution. To process images dimensionality would be set to 2. This has the same effect as setting the magnification of the third axis to 1.0.

static internal double Kitware.VTK.vtkImageResample.vtkImageResample_GetAxisMagnificationFactor_01 ( HandleRef  pThis,
int  axis,
HandleRef  inInfo 
) [private]
static internal int Kitware.VTK.vtkImageResample.vtkImageResample_GetDimensionality_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageResample.vtkImageResample_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageResample.vtkImageResample_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageResample.vtkImageResample_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageResample.vtkImageResample_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageResample.vtkImageResample_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageResample.vtkImageResample_SetAxisMagnificationFactor_08 ( HandleRef  pThis,
int  axis,
double  factor 
) [private]
static internal void Kitware.VTK.vtkImageResample.vtkImageResample_SetAxisOutputSpacing_09 ( HandleRef  pThis,
int  axis,
double  spacing 
) [private]
static internal void Kitware.VTK.vtkImageResample.vtkImageResample_SetDimensionality_10 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageResample.MRClassNameKey = "16vtkImageResample" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReslice.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReslice.


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