#include <vtkImageIslandRemoval2D.h>
Inheritance diagram for vtkImageIslandRemoval2D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetAreaThreshold (int) |
virtual int | GetAreaThreshold () |
virtual void | SetSquareNeighborhood (int) |
virtual int | GetSquareNeighborhood () |
virtual void | SquareNeighborhoodOn () |
virtual void | SquareNeighborhoodOff () |
virtual void | SetIslandValue (float) |
virtual float | GetIslandValue () |
virtual void | SetReplaceValue (float) |
virtual float | GetReplaceValue () |
Static Public Methods | |
vtkImageIslandRemoval2D * | New () |
int | IsTypeOf (const char *type) |
vtkImageIslandRemoval2D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageIslandRemoval2D () | |
~vtkImageIslandRemoval2D () | |
vtkImageIslandRemoval2D (const vtkImageIslandRemoval2D &) | |
void | operator= (const vtkImageIslandRemoval2D &) |
void | Execute (vtkImageData *inData, vtkImageData *outData) |
void | Execute () |
void | Execute (vtkImageData *output) |
void | EnlargeOutputUpdateExtents (vtkDataObject *data) |
Protected Attributes | |
int | AreaThreshold |
int | SquareNeighborhood |
float | IslandValue |
float | ReplaceValue |
|
Generate more than requested. Called by the superclass before an execute, and before output memory is allocated. |
|
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. |
|
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. |
|
Constructor: Sets default filter to be identity. 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. |
|
Set/Get the cutoff area for removal |
|
Set/Get the value to remove. |
|
Set/Get the value to put in the place of removed pixels. |
|
Set/Get whether to use 4 or 8 neighbors |