ActiViz .NET
5.8.0
|
vtkImageRange3D - Max - min of a circular neighborhood. More...
Public Member Functions | |
vtkImageRange3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageRange3D () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageRange3D | NewInstance () |
Undocumented Block. | |
void | SetKernelSize (int size0, int size1, int size2) |
This method sets the size of the neighborhood. It also sets the default middle of the neighborhood and computes the elliptical foot print. | |
Static Public Member Functions | |
static new vtkImageRange3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageRange3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageRange3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkImageRange3D" |
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 | vtkImageRange3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageRange3D_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkImageRange3D_IsTypeOf_02 (string type) |
static internal IntPtr | vtkImageRange3D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageRange3D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageRange3D_SetKernelSize_06 (HandleRef pThis, int size0, int size1, int size2) |
Static Private Member Functions | |
static | vtkImageRange3D () |
Automatically generated type registration mechanics. |
vtkImageRange3D - Max - min of a circular neighborhood.
Description vtkImageRange3D replaces a pixel with the maximum minus minimum over an ellipsoidal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.
static Kitware.VTK.vtkImageRange3D.vtkImageRange3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageRange3D.vtkImageRange3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageRange3D.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.vtkImageSpatialAlgorithm.
override int Kitware.VTK.vtkImageRange3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new int Kitware.VTK.vtkImageRange3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageRange3D Kitware.VTK.vtkImageRange3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageRange3D Kitware.VTK.vtkImageRange3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
void Kitware.VTK.vtkImageRange3D.SetKernelSize | ( | int | size0, |
int | size1, | ||
int | size2 | ||
) |
This method sets the size of the neighborhood. It also sets the default middle of the neighborhood and computes the elliptical foot print.
static internal int Kitware.VTK.vtkImageRange3D.vtkImageRange3D_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageRange3D.vtkImageRange3D_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageRange3D.vtkImageRange3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageRange3D.vtkImageRange3D_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageRange3D.vtkImageRange3D_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageRange3D.vtkImageRange3D_SetKernelSize_06 | ( | HandleRef | pThis, |
int | size0, | ||
int | size1, | ||
int | size2 | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageRange3D.MRClassNameKey = "15vtkImageRange3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
new const string Kitware.VTK.vtkImageRange3D.MRFullTypeName = "Kitware.VTK.vtkImageRange3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.