Go to the documentation of this file.
29 #ifndef vtkImageConnector_h
30 #define vtkImageConnector_h
32 #include "vtkImagingMorphologicalModule.h"
69 vtkGetMacro(ConnectedValue,
unsigned char);
71 vtkGetMacro(UnconnectedValue,
unsigned char);
vtkImageConnectorSeed * Next
void AddSeed(vtkImageConnectorSeed *seed)
abstract base class for most VTK objects
unsigned char ConnectedValue
Create a binary image of a sphere.
static vtkImageConnector * New()
void MarkData(vtkImageData *data, int dimensionality, int ext[6])
Input a data of 0's and "UnconnectedValue"s.
vtkImageConnectorSeed * LastSeed
void AddSeedToEnd(vtkImageConnectorSeed *seed)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkImageConnectorSeed * Seeds
vtkImageConnectorSeed * NewSeed(int index[3], void *ptr)
static vtkImageConnectorSeed * New()
unsigned char UnconnectedValue
vtkImageConnectorSeed * PopSeed()