17 #ifndef vtkImageConnector_h
18 #define vtkImageConnector_h
20 #include "vtkImagingMorphologicalModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
51 void RemoveAllSeeds();
57 vtkSetMacro(ConnectedValue,
unsigned char);
58 vtkGetMacro(ConnectedValue,
unsigned char);
59 vtkSetMacro(UnconnectedValue,
unsigned char);
60 vtkGetMacro(UnconnectedValue,
unsigned char);
Create a binary image of a sphere.
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned char ConnectedValue
static vtkImageConnectorSeed * New()
a simple class to control print indentation
topologically and geometrically regular array of data
vtkImageConnectorSeed * LastSeed
vtkImageConnectorSeed * Next
unsigned char UnconnectedValue
vtkImageConnectorSeed * Seeds
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...