ActiViz .NET
5.8.0
|
vtkImagePermute - Permutes axes of input. More...
Public Member Functions | |
vtkImagePermute (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImagePermute () | |
Undocumented Block. | |
virtual int[] | GetFilteredAxes () |
The filtered axes are the input axes that get relabeled to X,Y,Z. | |
virtual void | GetFilteredAxes (ref int _arg1, ref int _arg2, ref int _arg3) |
The filtered axes are the input axes that get relabeled to X,Y,Z. | |
virtual void | GetFilteredAxes (IntPtr _arg) |
The filtered axes are the input axes that get relabeled to X,Y,Z. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImagePermute | NewInstance () |
Undocumented Block. | |
void | SetFilteredAxes (int x, int y, int z) |
The filtered axes are the input axes that get relabeled to X,Y,Z. | |
void | SetFilteredAxes (IntPtr xyz) |
The filtered axes are the input axes that get relabeled to X,Y,Z. | |
Static Public Member Functions | |
static new vtkImagePermute | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImagePermute | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImagePermute" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkImagePermute" |
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 | vtkImagePermute_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePermute_GetFilteredAxes_01 (HandleRef pThis) |
static internal void | vtkImagePermute_GetFilteredAxes_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkImagePermute_GetFilteredAxes_03 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImagePermute_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkImagePermute_IsTypeOf_05 (string type) |
static internal IntPtr | vtkImagePermute_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePermute_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImagePermute_SetFilteredAxes_09 (HandleRef pThis, int x, int y, int z) |
static internal void | vtkImagePermute_SetFilteredAxes_10 (HandleRef pThis, IntPtr xyz) |
Static Private Member Functions | |
static | vtkImagePermute () |
Automatically generated type registration mechanics. |
vtkImagePermute - Permutes axes of input.
Description vtkImagePermute reorders the axes of the input. Filtered axes specify the input axes which become X, Y, Z. The input has to have the same scalar type of the output. The filter does copy the data when it executes. This filter is actually a very thin wrapper around vtkImageReslice.
static Kitware.VTK.vtkImagePermute.vtkImagePermute | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImagePermute.vtkImagePermute | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImagePermute.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.
virtual int [] Kitware.VTK.vtkImagePermute.GetFilteredAxes | ( | ) | [virtual] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
virtual void Kitware.VTK.vtkImagePermute.GetFilteredAxes | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
virtual void Kitware.VTK.vtkImagePermute.GetFilteredAxes | ( | IntPtr | _arg | ) | [virtual] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
override int Kitware.VTK.vtkImagePermute.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReslice.
static new int Kitware.VTK.vtkImagePermute.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReslice.
static new vtkImagePermute Kitware.VTK.vtkImagePermute.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReslice.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReslice.
static new vtkImagePermute Kitware.VTK.vtkImagePermute.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReslice.
void Kitware.VTK.vtkImagePermute.SetFilteredAxes | ( | int | x, |
int | y, | ||
int | z | ||
) |
The filtered axes are the input axes that get relabeled to X,Y,Z.
void Kitware.VTK.vtkImagePermute.SetFilteredAxes | ( | IntPtr | xyz | ) |
The filtered axes are the input axes that get relabeled to X,Y,Z.
static internal IntPtr Kitware.VTK.vtkImagePermute.vtkImagePermute_GetFilteredAxes_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePermute.vtkImagePermute_GetFilteredAxes_02 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePermute.vtkImagePermute_GetFilteredAxes_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePermute.vtkImagePermute_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePermute.vtkImagePermute_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePermute.vtkImagePermute_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePermute.vtkImagePermute_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePermute.vtkImagePermute_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePermute.vtkImagePermute_SetFilteredAxes_09 | ( | HandleRef | pThis, |
int | x, | ||
int | y, | ||
int | z | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePermute.vtkImagePermute_SetFilteredAxes_10 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
new readonly string Kitware.VTK.vtkImagePermute.MRClassNameKey = "15vtkImagePermute" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReslice.
new const string Kitware.VTK.vtkImagePermute.MRFullTypeName = "Kitware.VTK.vtkImagePermute" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReslice.