#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 |
Definition at line 69 of file vtkImageSeedConnectivity.h.
|
|
|
|
|
Definition at line 104 of file vtkImageSeedConnectivity.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. |
|
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 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. |
|
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. |
|
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. |
|
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. |
|
|
|
|
|
|
|
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. |
|
|
|
Get the vtkImageCOnnector used by this filter. |
|
Set the number of axes to use in connectivity. |
|
|
|
Definition at line 105 of file vtkImageSeedConnectivity.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 115 of file vtkImageSeedConnectivity.h. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 116 of file vtkImageSeedConnectivity.h. |
|
Generate more than requested. Called by the superclass before an execute, and before output memory is allocated. |
|
Definition at line 107 of file vtkImageSeedConnectivity.h. |
|
Definition at line 108 of file vtkImageSeedConnectivity.h. |
|
Definition at line 109 of file vtkImageSeedConnectivity.h. |
|
Definition at line 110 of file vtkImageSeedConnectivity.h. |
|
Definition at line 111 of file vtkImageSeedConnectivity.h. |
|
Definition at line 112 of file vtkImageSeedConnectivity.h. |