#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 () | |
void | ComputeInputUpdateExtents (vtkDataObject *out) |
void | ExecuteData (vtkDataObject *out) |
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.
|
|
|
|
|
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. |
|
Methods for manipulating the seed pixels. |
|
Methods for manipulating the seed pixels. |
|
Methods for manipulating the seed pixels. |
|
Set/Get what value is considered as connecting 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 connected pixels to. |
|
Set/Get the value to set unconnected 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. |
|
Set the number of axes to use in connectivity. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Definition at line 117 of file vtkImageSeedConnectivity.h. |
|
Definition at line 118 of file vtkImageSeedConnectivity.h. |
|
Definition at line 119 of file vtkImageSeedConnectivity.h. |
|
Definition at line 120 of file vtkImageSeedConnectivity.h. |
|
Definition at line 121 of file vtkImageSeedConnectivity.h. |
|
Definition at line 122 of file vtkImageSeedConnectivity.h. |