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

vtkImageAnisotropicDiffusion3D - edge preserving smoothing. More...

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

List of all members.

Public Member Functions

 vtkImageAnisotropicDiffusion3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageAnisotropicDiffusion3D ()
 Undocumented Block.
virtual void CornersOff ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void CornersOn ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void EdgesOff ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void EdgesOn ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void FacesOff ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void FacesOn ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int GetCorners ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual double GetDiffusionFactor ()
 Set/Get the difference factor.
virtual double GetDiffusionThreshold ()
 Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.
virtual int GetEdges ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int GetFaces ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int GetGradientMagnitudeThreshold ()
 Switch between gradient magnitude threshold and pixel gradient threshold.
virtual int GetNumberOfIterations ()
 Get the number of iterations.
virtual void GradientMagnitudeThresholdOff ()
 Switch between gradient magnitude threshold and pixel gradient threshold.
virtual void GradientMagnitudeThresholdOn ()
 Switch between gradient magnitude threshold and pixel gradient threshold.
override int IsA (string type)
 Undocumented Block.
new vtkImageAnisotropicDiffusion3D NewInstance ()
 Undocumented Block.
virtual void SetCorners (int _arg)
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void SetDiffusionFactor (double _arg)
 Set/Get the difference factor.
virtual void SetDiffusionThreshold (double _arg)
 Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.
virtual void SetEdges (int _arg)
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void SetFaces (int _arg)
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void SetGradientMagnitudeThreshold (int _arg)
 Switch between gradient magnitude threshold and pixel gradient threshold.
void SetNumberOfIterations (int num)
 This method sets the number of interations which also affects the input neighborhood needed to compute one output pixel. Each iterations requires an extra pixel layer on the neighborhood. This is only relavent when you are trying to stream or are requesting a sub extent of the "wholeExtent".

Static Public Member Functions

static new
vtkImageAnisotropicDiffusion3D 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkImageAnisotropicDiffusion3D 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkImageAnisotropicDiffusion3D"
 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 vtkImageAnisotropicDiffusion3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAnisotropicDiffusion3D_CornersOff_01 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_CornersOn_02 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_EdgesOff_03 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_EdgesOn_04 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_FacesOff_05 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_FacesOn_06 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion3D_GetCorners_07 (HandleRef pThis)
static internal double vtkImageAnisotropicDiffusion3D_GetDiffusionFactor_08 (HandleRef pThis)
static internal double vtkImageAnisotropicDiffusion3D_GetDiffusionThreshold_09 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion3D_GetEdges_10 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion3D_GetFaces_11 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion3D_GetGradientMagnitudeThreshold_12 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion3D_GetNumberOfIterations_13 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOff_14 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOn_15 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion3D_IsA_16 (HandleRef pThis, string type)
static internal int vtkImageAnisotropicDiffusion3D_IsTypeOf_17 (string type)
static internal IntPtr vtkImageAnisotropicDiffusion3D_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageAnisotropicDiffusion3D_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAnisotropicDiffusion3D_SetCorners_21 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion3D_SetDiffusionFactor_22 (HandleRef pThis, double _arg)
static internal void vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold_23 (HandleRef pThis, double _arg)
static internal void vtkImageAnisotropicDiffusion3D_SetEdges_24 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion3D_SetFaces_25 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion3D_SetGradientMagnitudeThreshold_26 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion3D_SetNumberOfIterations_27 (HandleRef pThis, int num)

Static Private Member Functions

static vtkImageAnisotropicDiffusion3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageAnisotropicDiffusion3D - edge preserving smoothing.

Description vtkImageAnisotropicDiffusion3D diffuses an volume iteratively. The neighborhood of the diffusion is determined by the instance flags. if "Faces" is on, the 6 voxels adjoined by faces are included in the neighborhood. If "Edges" is on the 12 edge connected voxels are included, and if "Corners" is on, the 8 corner connected voxels are included. "DiffusionFactor" determines how far a pixel value moves toward its neighbors, and is insensitive to the number of neighbors chosen. The diffusion is anisotropic because it only occurs when a gradient measure is below "GradientThreshold". Two gradient measures exist and are toggled by the "GradientMagnitudeThreshold" flag. When "GradientMagnitudeThreshold" is on, the magnitude of the gradient, computed by central differences, above "DiffusionThreshold" a voxel is not modified. The alternative measure examines each neighbor independently. The gradient between the voxel and the neighbor must be below the "DiffusionThreshold" for diffusion to occur with THAT neighbor.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

override void Kitware.VTK.vtkImageAnisotropicDiffusion3D.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.

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Set/Get the difference factor.

Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Switch between gradient magnitude threshold and pixel gradient threshold.

Get the number of iterations.

Switch between gradient magnitude threshold and pixel gradient threshold.

Switch between gradient magnitude threshold and pixel gradient threshold.

override int Kitware.VTK.vtkImageAnisotropicDiffusion3D.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetCorners ( int  _arg) [virtual]

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetDiffusionFactor ( double  _arg) [virtual]

Set/Get the difference factor.

Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetEdges ( int  _arg) [virtual]

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetFaces ( int  _arg) [virtual]

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Switch between gradient magnitude threshold and pixel gradient threshold.

This method sets the number of interations which also affects the input neighborhood needed to compute one output pixel. Each iterations requires an extra pixel layer on the neighborhood. This is only relavent when you are trying to stream or are requesting a sub extent of the "wholeExtent".

static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SafeDownCast_20 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetCorners_21 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetDiffusionFactor_22 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold_23 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetEdges_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetFaces_25 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetNumberOfIterations_27 ( HandleRef  pThis,
int  num 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageAnisotropicDiffusion3D.MRClassNameKey = "30vtkImageAnisotropicDiffusion3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.


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