ActiViz .NET
5.8.0
|
vtkImageMagnify - magnify an image by an integer value More...
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. |
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.
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.
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.
virtual int [] Kitware.VTK.vtkImageMagnify.GetMagnificationFactors | ( | ) | [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 | ( | 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.
static new vtkImageMagnify Kitware.VTK.vtkImageMagnify.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageMagnify Kitware.VTK.vtkImageMagnify.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
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] |
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.