#include <vtkImageSeedConnectivity.h>
Inheritance diagram for vtkImageSeedConnectivity:
vtkImageSeedConnectivity marks pixels connected to user supplied seeds. The input must be unsigned char, and the output is also unsigned char. If a seed supplied by the user does not have pixel value "InputTrueValue", then the image is scanned +x, +y, +z until a pixel is encountered with value "InputTrueValue". This new pixel is used as the seed . Any pixel with out value "InputTrueValue" is consider off. The output pixels values are 0 for any off pixel in input, "OutputTrueValue" for any pixels connected to seeds, and "OutputUnconnectedValue" for any on pixels not connected to seeds. The same seeds are used for all images in the image set.
Definition at line 41 of file vtkImageSeedConnectivity.h.
|
Reimplemented from vtkImageAlgorithm. Definition at line 45 of file vtkImageSeedConnectivity.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
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. |
|
Reimplemented from vtkImageAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageAlgorithm. |
|
Definition at line 89 of file vtkImageSeedConnectivity.h. |
|
Definition at line 90 of file vtkImageSeedConnectivity.h. |
|
Definition at line 91 of file vtkImageSeedConnectivity.h. |
|
Definition at line 92 of file vtkImageSeedConnectivity.h. |
|
Definition at line 93 of file vtkImageSeedConnectivity.h. |
|
Definition at line 94 of file vtkImageSeedConnectivity.h. |