#include <vtkImageAnisotropicDiffusion2D.h>
Inheritance diagram for vtkImageAnisotropicDiffusion2D:
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 | |
vtkImageAnisotropicDiffusion2D * | New () |
int | IsTypeOf (const char *type) |
vtkImageAnisotropicDiffusion2D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageAnisotropicDiffusion2D () | |
~vtkImageAnisotropicDiffusion2D () | |
vtkImageAnisotropicDiffusion2D (const vtkImageAnisotropicDiffusion2D &) | |
void | operator= (const vtkImageAnisotropicDiffusion2D &) |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id) |
void | Iterate (vtkImageData *in, vtkImageData *out, float ar0, float ar1, int *coreExtent, int count) |
Protected Attributes | |
int | NumberOfIterations |
float | DiffusionThreshold |
float | DiffusionFactor |
int | Faces |
int | Edges |
int | Corners |
int | GradientMagnitudeThreshold |
Definition at line 75 of file vtkImageAnisotropicDiffusion2D.h.
|
|
|
Definition at line 116 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 117 of file vtkImageAnisotropicDiffusion2D.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 inputs which also affects the input neighborhood needed to compute one output pixel. |
|
Get the number of iterations. |
|
Set/Get the difference threshold that stops diffusion. |
|
|
|
Set/Get the difference factor |
|
|
|
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Switch between gradient magnitude threshold and pixel gradient threshold. |
|
|
|
|
|
|
|
Definition at line 118 of file vtkImageAnisotropicDiffusion2D.h. |
|
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 120 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 121 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 122 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 124 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 125 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 126 of file vtkImageAnisotropicDiffusion2D.h. |
|
Definition at line 128 of file vtkImageAnisotropicDiffusion2D.h. |