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

vtkImageMagnify - magnify an image by an integer value More...

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

List of all members.

Public Member Functions

 vtkImageMagnify (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageMagnify ()
 Undocumented Block.
virtual int GetInterpolate ()
 Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.
virtual int[] GetMagnificationFactors ()
 Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.
virtual void GetMagnificationFactors (ref int _arg1, ref int _arg2, ref int _arg3)
 Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.
virtual void GetMagnificationFactors (IntPtr _arg)
 Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.
virtual void InterpolateOff ()
 Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.
virtual void InterpolateOn ()
 Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.
override int IsA (string type)
 Undocumented Block.
new vtkImageMagnify NewInstance ()
 Undocumented Block.
virtual void SetInterpolate (int _arg)
 Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.
virtual void SetMagnificationFactors (int _arg1, int _arg2, int _arg3)
 Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.
virtual void SetMagnificationFactors (IntPtr _arg)
 Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkImageMagnify"
 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 vtkImageMagnify_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageMagnify_GetInterpolate_01 (HandleRef pThis)
static internal IntPtr vtkImageMagnify_GetMagnificationFactors_02 (HandleRef pThis)
static internal void vtkImageMagnify_GetMagnificationFactors_03 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3)
static internal void vtkImageMagnify_GetMagnificationFactors_04 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageMagnify_InterpolateOff_05 (HandleRef pThis)
static internal void vtkImageMagnify_InterpolateOn_06 (HandleRef pThis)
static internal int vtkImageMagnify_IsA_07 (HandleRef pThis, string type)
static internal int vtkImageMagnify_IsTypeOf_08 (string type)
static internal IntPtr vtkImageMagnify_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageMagnify_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageMagnify_SetInterpolate_12 (HandleRef pThis, int _arg)
static internal void vtkImageMagnify_SetMagnificationFactors_13 (HandleRef pThis, int _arg1, int _arg2, int _arg3)
static internal void vtkImageMagnify_SetMagnificationFactors_14 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkImageMagnify ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageMagnify - magnify an image by an integer value

Description vtkImageMagnify maps each pixel of the input onto a nxmx... region of the output. Location (0,0,...) remains in the same place. The magnification occurs via pixel replication, or if Interpolate is on, by bilinear interpolation. Initially, interpolation is off and magnification factors are set to 1 in all directions.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageMagnify.vtkImageMagnify ( 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.vtkImageMagnify.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.vtkThreadedImageAlgorithm.

virtual int Kitware.VTK.vtkImageMagnify.GetInterpolate ( ) [virtual]

Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.

Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.

virtual void Kitware.VTK.vtkImageMagnify.GetMagnificationFactors ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [virtual]

Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.

virtual void Kitware.VTK.vtkImageMagnify.GetMagnificationFactors ( IntPtr  _arg) [virtual]

Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.

virtual void Kitware.VTK.vtkImageMagnify.InterpolateOff ( ) [virtual]

Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.

virtual void Kitware.VTK.vtkImageMagnify.InterpolateOn ( ) [virtual]

Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageMagnify.SetInterpolate ( int  _arg) [virtual]

Turn interpolation on and off (pixel replication is used when off). Initially, interpolation is off.

virtual void Kitware.VTK.vtkImageMagnify.SetMagnificationFactors ( int  _arg1,
int  _arg2,
int  _arg3 
) [virtual]

Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.

virtual void Kitware.VTK.vtkImageMagnify.SetMagnificationFactors ( IntPtr  _arg) [virtual]

Set/Get the integer magnification factors in the i-j-k directions. Initially, factors are set to 1 in all directions.

static internal int Kitware.VTK.vtkImageMagnify.vtkImageMagnify_GetInterpolate_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageMagnify.vtkImageMagnify_GetMagnificationFactors_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_GetMagnificationFactors_03 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_GetMagnificationFactors_04 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_InterpolateOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_InterpolateOn_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageMagnify.vtkImageMagnify_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageMagnify.vtkImageMagnify_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageMagnify.vtkImageMagnify_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMagnify.vtkImageMagnify_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMagnify.vtkImageMagnify_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_SetInterpolate_12 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_SetMagnificationFactors_13 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageMagnify.vtkImageMagnify_SetMagnificationFactors_14 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageMagnify.MRClassNameKey = "15vtkImageMagnify" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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