#include <vtkImageSeedConnectivity.h>
Inheritance diagram for vtkImageSeedConnectivity:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | RemoveAllSeeds () |
void | AddSeed (int num, int *index) |
void | AddSeed (int i0, int i1, int i2) |
void | AddSeed (int i0, int i1) |
virtual void | SetInputConnectValue (int) |
virtual int | GetInputConnectValue () |
virtual void | SetOutputConnectedValue (int) |
virtual int | GetOutputConnectedValue () |
virtual void | SetOutputUnconnectedValue (int) |
virtual int | GetOutputUnconnectedValue () |
virtual vtkImageConnector * | GetConnector () |
virtual void | SetDimensionality (int) |
virtual int | GetDimensionality () |
Static Public Methods | |
vtkImageSeedConnectivity * | New () |
int | IsTypeOf (const char *type) |
vtkImageSeedConnectivity * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageSeedConnectivity () | |
~vtkImageSeedConnectivity () | |
vtkImageSeedConnectivity (const vtkImageSeedConnectivity &) | |
void | operator= (const vtkImageSeedConnectivity &) |
void | Execute (vtkImageData *inData, vtkImageData *outData) |
void | Execute () |
void | Execute (vtkImageData *outData) |
void | EnlargeOutputUpdateExtents (vtkDataObject *data) |
Protected Attributes | |
unsigned char | InputConnectValue |
unsigned char | OutputConnectedValue |
unsigned char | OutputUnconnectedValue |
vtkImageConnectorSeed * | Seeds |
vtkImageConnector * | Connector |
int | Dimensionality |
|
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. |
|
Get the vtkImageCOnnector used by this filter. |
|
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. |
|
Instantiate object with no start, end, or progress methods. 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. |
|
Methods for manipulating the seed pixels. |
|
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 the number of axes to use in connectivity. |
|
Set/Get what value is considered as connecting pixels. |
|
Set/Get the value to set connected pixels to. |
|
Set/Get the value to set unconnected pixels to. |