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

vtkImageContinuousDilate3D - Dilate implemented as a maximum. More...

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

List of all members.

Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkImageContinuousDilate3D"
 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 vtkImageContinuousDilate3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageContinuousDilate3D_IsA_01 (HandleRef pThis, string type)
static internal int vtkImageContinuousDilate3D_IsTypeOf_02 (string type)
static internal IntPtr vtkImageContinuousDilate3D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageContinuousDilate3D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageContinuousDilate3D_SetKernelSize_06 (HandleRef pThis, int size0, int size1, int size2)

Static Private Member Functions

static vtkImageContinuousDilate3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageContinuousDilate3D - Dilate implemented as a maximum.

Description vtkImageContinuousDilate3D replaces a pixel with the maximum 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.vtkImageContinuousDilate3D.vtkImageContinuousDilate3D ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

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

Construct an instance of vtkImageContinuousDilate3D filter. By default zero values are dilated.


Member Function Documentation

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

Construct an instance of vtkImageContinuousDilate3D filter. By default zero values are dilated.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

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

Construct an instance of vtkImageContinuousDilate3D filter. By default zero values are dilated.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Construct an instance of vtkImageContinuousDilate3D filter. By default zero values are dilated.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Construct an instance of vtkImageContinuousDilate3D filter. By default zero values are dilated.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Construct an instance of vtkImageContinuousDilate3D filter. By default zero values are dilated.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Here is the call graph for this function:

void Kitware.VTK.vtkImageContinuousDilate3D.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.vtkImageContinuousDilate3D.vtkImageContinuousDilate3D_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageContinuousDilate3D.vtkImageContinuousDilate3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageContinuousDilate3D.vtkImageContinuousDilate3D_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageContinuousDilate3D.vtkImageContinuousDilate3D_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageContinuousDilate3D.vtkImageContinuousDilate3D_SetKernelSize_06 ( HandleRef  pThis,
int  size0,
int  size1,
int  size2 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageContinuousDilate3D.MRClassNameKey = "26vtkImageContinuousDilate3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.


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