#include <vtkImageOpenClose3D.h>
Inheritance diagram for vtkImageOpenClose3D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
unsigned long int | GetMTime () |
void | DebugOn () |
void | DebugOff () |
void | Modified () |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
void | SetInput (vtkImageData *Input) |
void | SetKernelSize (int size0, int size1, int size2) |
void | SetOpenValue (float value) |
float | GetOpenValue () |
void | SetCloseValue (float value) |
float | GetCloseValue () |
virtual vtkImageDilateErode3D * | GetFilter0 () |
virtual vtkImageDilateErode3D * | GetFilter1 () |
Static Public Methods | |
vtkImageOpenClose3D * | New () |
int | IsTypeOf (const char *type) |
vtkImageOpenClose3D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageOpenClose3D () | |
~vtkImageOpenClose3D () | |
vtkImageOpenClose3D (const vtkImageOpenClose3D &) | |
void | operator= (const vtkImageOpenClose3D &) |
Protected Attributes | |
vtkImageDilateErode3D * | Filter0 |
vtkImageDilateErode3D * | Filter1 |
|
Turn debugging output off. Reimplemented from vtkObject. |
|
Turn debugging output on. (in sub filters also) Reimplemented from vtkObject. |
|
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 vtkImageToImageFilter. |
|
Needed for Progress functions |
|
This method considers the sub filters MTimes when computing this objects modified time. Reimplemented from vtkObject. |
|
This method returns the cache to make a connection It justs feeds the request to the sub filter. Reimplemented from vtkImageSource. |
|
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 vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
Pass modified message to sub filters. Reimplemented from vtkObject. |
|
Default open value is 0, and default close value is 255. Reimplemented from vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
Determines the value that will closed. Close value is first dilated, and then eroded |
|
Set the Input of the filter. Reimplemented from vtkImageToImageFilter. |
|
Selects the size of gaps or objects removed. |
|
Determines the value that will opened. Open value is first eroded, and then dilated. |