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

vtkImageContinuousErode3D - Erosion implemented as a minimum. More...

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

List of all members.

Public Member Functions

 vtkImageContinuousErode3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageContinuousErode3D ()
 Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.
override int IsA (string type)
 Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.
new vtkImageContinuousErode3D NewInstance ()
 Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.
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
vtkImageContinuousErode3D 
New ()
 Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.
static new int IsTypeOf (string type)
 Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.
static new
vtkImageContinuousErode3D 
SafeDownCast (vtkObjectBase o)
 Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkImageContinuousErode3D"
 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 vtkImageContinuousErode3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageContinuousErode3D_IsA_01 (HandleRef pThis, string type)
static internal int vtkImageContinuousErode3D_IsTypeOf_02 (string type)
static internal IntPtr vtkImageContinuousErode3D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageContinuousErode3D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageContinuousErode3D_SetKernelSize_06 (HandleRef pThis, int size0, int size1, int size2)

Static Private Member Functions

static vtkImageContinuousErode3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageContinuousErode3D - Erosion implemented as a minimum.

Description vtkImageContinuousErode3D replaces a pixel with the minimum over an ellipsoidal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageContinuousErode3D.vtkImageContinuousErode3D ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.


Member Function Documentation

override void Kitware.VTK.vtkImageContinuousErode3D.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.vtkImageContinuousErode3D.IsA ( string  type) [virtual]

Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

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

Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Construct an instance of vtkImageContinuousErode3D filter. By default zero values are eroded.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Here is the call graph for this function:

void Kitware.VTK.vtkImageContinuousErode3D.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.vtkImageContinuousErode3D.vtkImageContinuousErode3D_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageContinuousErode3D.vtkImageContinuousErode3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageContinuousErode3D.vtkImageContinuousErode3D_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageContinuousErode3D.vtkImageContinuousErode3D_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageContinuousErode3D.vtkImageContinuousErode3D_SetKernelSize_06 ( HandleRef  pThis,
int  size0,
int  size1,
int  size2 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageContinuousErode3D.MRClassNameKey = "25vtkImageContinuousErode3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.


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