vtkImageSeedConnectivity Class Reference
#include <vtkImageSeedConnectivity.h>
Inheritance diagram for vtkImageSeedConnectivity:
[legend]Collaboration diagram for vtkImageSeedConnectivity:
[legend]List of all members.
Detailed Description
SeedConnectivity with user defined seeds.
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.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (66%)
- Martin, Ken (16%)
- Avila, Lisa (5%)
- Schroeder, Will (5%)
- CVS logs (CVSweb):
.cxx (/Imaging/vtkImageSeedConnectivity
.cxx)
.h (/Imaging/vtkImageSeedConnectivity
.h)
- Tests:
- vtkImageSeedConnectivity (Tests)
Definition at line 54 of file vtkImageSeedConnectivity.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageSeedConnectivity::vtkImageSeedConnectivity |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkImageSeedConnectivity::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageSeedConnectivity::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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 vtkImageToImageFilter. |
virtual int vtkImageSeedConnectivity::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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 vtkImageToImageFilter. |
void vtkImageSeedConnectivity::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
void vtkImageSeedConnectivity::RemoveAllSeeds |
( |
|
) |
|
|
|
Methods for manipulating the seed pixels. |
void vtkImageSeedConnectivity::AddSeed |
( |
int |
num, |
|
|
int * |
index |
|
) |
|
|
|
Methods for manipulating the seed pixels. |
void vtkImageSeedConnectivity::AddSeed |
( |
int |
i0, |
|
|
int |
i1, |
|
|
int |
i2 |
|
) |
|
|
|
Methods for manipulating the seed pixels. |
void vtkImageSeedConnectivity::AddSeed |
( |
int |
i0, |
|
|
int |
i1 |
|
) |
|
|
|
Methods for manipulating the seed pixels. |
virtual void vtkImageSeedConnectivity::SetInputConnectValue |
( |
int |
|
) |
[virtual] |
|
|
Set/Get what value is considered as connecting pixels. |
virtual int vtkImageSeedConnectivity::GetInputConnectValue |
( |
|
) |
[virtual] |
|
|
Set/Get what value is considered as connecting pixels. |
virtual void vtkImageSeedConnectivity::SetOutputConnectedValue |
( |
int |
|
) |
[virtual] |
|
|
Set/Get the value to set connected pixels to. |
virtual int vtkImageSeedConnectivity::GetOutputConnectedValue |
( |
|
) |
[virtual] |
|
|
Set/Get the value to set connected pixels to. |
virtual void vtkImageSeedConnectivity::SetOutputUnconnectedValue |
( |
int |
|
) |
[virtual] |
|
|
Set/Get the value to set unconnected pixels to. |
virtual int vtkImageSeedConnectivity::GetOutputUnconnectedValue |
( |
|
) |
[virtual] |
|
|
Set/Get the value to set unconnected pixels to. |
|
Get the vtkImageCOnnector used by this filter. |
virtual void vtkImageSeedConnectivity::SetDimensionality |
( |
int |
|
) |
[virtual] |
|
|
Set the number of axes to use in connectivity. |
virtual int vtkImageSeedConnectivity::GetDimensionality |
( |
|
) |
[virtual] |
|
|
Set the number of axes to use in connectivity. |
void vtkImageSeedConnectivity::ComputeInputUpdateExtents |
( |
vtkDataObject * |
out |
) |
[protected, virtual] |
|
|
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. |
void vtkImageSeedConnectivity::ExecuteData |
( |
vtkDataObject * |
out |
) |
[protected, virtual] |
|
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method
Reimplemented from vtkImageToImageFilter. |
Member Data Documentation
The documentation for this class was generated from the following file: