#include <vtkImageAnisotropicDiffusion3D.h>
Inheritance diagram for vtkImageAnisotropicDiffusion3D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetNumberOfIterations (int num) |
virtual int | GetNumberOfIterations () |
virtual void | SetDiffusionThreshold (float) |
virtual float | GetDiffusionThreshold () |
virtual void | SetDiffusionFactor (float) |
virtual float | GetDiffusionFactor () |
virtual void | SetFaces (int) |
virtual int | GetFaces () |
virtual void | FacesOn () |
virtual void | FacesOff () |
virtual void | SetEdges (int) |
virtual int | GetEdges () |
virtual void | EdgesOn () |
virtual void | EdgesOff () |
virtual void | SetCorners (int) |
virtual int | GetCorners () |
virtual void | CornersOn () |
virtual void | CornersOff () |
virtual void | SetGradientMagnitudeThreshold (int) |
virtual int | GetGradientMagnitudeThreshold () |
virtual void | GradientMagnitudeThresholdOn () |
virtual void | GradientMagnitudeThresholdOff () |
Static Public Methods | |
vtkImageAnisotropicDiffusion3D * | New () |
int | IsTypeOf (const char *type) |
vtkImageAnisotropicDiffusion3D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageAnisotropicDiffusion3D () | |
~vtkImageAnisotropicDiffusion3D () | |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id) |
void | Iterate (vtkImageData *in, vtkImageData *out, float ar0, float ar1, float ar3, int *coreExtent, int count) |
Protected Attributes | |
int | NumberOfIterations |
float | DiffusionThreshold |
float | DiffusionFactor |
int | Faces |
int | Edges |
int | Corners |
int | GradientMagnitudeThreshold |
Definition at line 78 of file vtkImageAnisotropicDiffusion3D.h.
|
|
|
Definition at line 137 of file vtkImageAnisotropicDiffusion3D.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageSpatialFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSpatialFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSpatialFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSpatialFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSpatialFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageSpatialFilter. |
|
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". |
|
Get the number of iterations. |
|
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. |
|
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. |
|
Set/Get the difference factor |
|
Set/Get the difference factor |
|
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). |
|
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). |
|
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. |
|
Switch between gradient magnitude threshold and pixel gradient threshold. |
|
Switch between gradient magnitude threshold and pixel gradient threshold. |
|
Switch between gradient magnitude threshold and pixel gradient threshold. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter. |
|
|
|
Definition at line 139 of file vtkImageAnisotropicDiffusion3D.h. |
|
Definition at line 140 of file vtkImageAnisotropicDiffusion3D.h. |
|
Definition at line 141 of file vtkImageAnisotropicDiffusion3D.h. |
|
Definition at line 143 of file vtkImageAnisotropicDiffusion3D.h. |
|
Definition at line 144 of file vtkImageAnisotropicDiffusion3D.h. |
|
Definition at line 145 of file vtkImageAnisotropicDiffusion3D.h. |
|
Definition at line 147 of file vtkImageAnisotropicDiffusion3D.h. |