ActiViz .NET
5.8.0
|
vtkImageDilateErode3D - Dilates one value and erodes another. More...
Public Member Functions | |
vtkImageDilateErode3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageDilateErode3D () | |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated. | |
virtual double | GetDilateValue () |
Set/Get the Dilate and Erode values to be used by this filter. | |
virtual double | GetErodeValue () |
Set/Get the Dilate and Erode values to be used by this filter. | |
override int | IsA (string type) |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated. | |
new vtkImageDilateErode3D | NewInstance () |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated. | |
virtual void | SetDilateValue (double _arg) |
Set/Get the Dilate and Erode values to be used by this filter. | |
virtual void | SetErodeValue (double _arg) |
Set/Get the Dilate and Erode values to be used by this filter. | |
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 vtkImageDilateErode3D | New () |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated. | |
static new int | IsTypeOf (string type) |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated. | |
static new vtkImageDilateErode3D | SafeDownCast (vtkObjectBase o) |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageDilateErode3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkImageDilateErode3D" |
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 | vtkImageDilateErode3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageDilateErode3D_GetDilateValue_01 (HandleRef pThis) |
static internal double | vtkImageDilateErode3D_GetErodeValue_02 (HandleRef pThis) |
static internal int | vtkImageDilateErode3D_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImageDilateErode3D_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImageDilateErode3D_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageDilateErode3D_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageDilateErode3D_SetDilateValue_08 (HandleRef pThis, double _arg) |
static internal void | vtkImageDilateErode3D_SetErodeValue_09 (HandleRef pThis, double _arg) |
static internal void | vtkImageDilateErode3D_SetKernelSize_10 (HandleRef pThis, int size0, int size1, int size2) |
Static Private Member Functions | |
static | vtkImageDilateErode3D () |
Automatically generated type registration mechanics. |
vtkImageDilateErode3D - Dilates one value and erodes another.
Description vtkImageDilateErode3D will dilate one value and erode another. It uses an elliptical foot print, and only erodes/dilates on the boundary of the two values. The filter is restricted to the X, Y, and Z axes for now. It can degenerate to a 2 or 1 dimensional filter by setting the kernel size to 1 for a specific axis.
static Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated.
override void Kitware.VTK.vtkImageDilateErode3D.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.
virtual double Kitware.VTK.vtkImageDilateErode3D.GetDilateValue | ( | ) | [virtual] |
Set/Get the Dilate and Erode values to be used by this filter.
virtual double Kitware.VTK.vtkImageDilateErode3D.GetErodeValue | ( | ) | [virtual] |
Set/Get the Dilate and Erode values to be used by this filter.
override int Kitware.VTK.vtkImageDilateErode3D.IsA | ( | string | type | ) | [virtual] |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new int Kitware.VTK.vtkImageDilateErode3D.IsTypeOf | ( | string | type | ) | [static] |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageDilateErode3D Kitware.VTK.vtkImageDilateErode3D.New | ( | ) | [static] |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageDilateErode3D Kitware.VTK.vtkImageDilateErode3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Construct an instance of vtkImageDilateErode3D filter. By default zero values are dilated.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
virtual void Kitware.VTK.vtkImageDilateErode3D.SetDilateValue | ( | double | _arg | ) | [virtual] |
Set/Get the Dilate and Erode values to be used by this filter.
virtual void Kitware.VTK.vtkImageDilateErode3D.SetErodeValue | ( | double | _arg | ) | [virtual] |
Set/Get the Dilate and Erode values to be used by this filter.
void Kitware.VTK.vtkImageDilateErode3D.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 double Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_GetDilateValue_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_GetErodeValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_SetDilateValue_08 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_SetErodeValue_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageDilateErode3D.vtkImageDilateErode3D_SetKernelSize_10 | ( | HandleRef | pThis, |
int | size0, | ||
int | size1, | ||
int | size2 | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageDilateErode3D.MRClassNameKey = "21vtkImageDilateErode3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
new const string Kitware.VTK.vtkImageDilateErode3D.MRFullTypeName = "Kitware.VTK.vtkImageDilateErode3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.