33 #ifndef __vtkImageSeedConnectivity_h
34 #define __vtkImageSeedConnectivity_h
36 #include "vtkImagingMorphologicalModule.h"
37 #include "vtkImageAlgorithm.h"
47 void PrintSelf(ostream& os, vtkIndent indent);
51 void RemoveAllSeeds();
52 void AddSeed(
int num,
int *index);
53 void AddSeed(
int i0,
int i1,
int i2);
54 void AddSeed(
int i0,
int i1);
59 vtkSetMacro(InputConnectValue,
int);
60 vtkGetMacro(InputConnectValue,
int);
65 vtkSetMacro(OutputConnectedValue,
int);
66 vtkGetMacro(OutputConnectedValue,
int);
71 vtkSetMacro(OutputUnconnectedValue,
int);
72 vtkGetMacro(OutputUnconnectedValue,
int);
82 vtkSetMacro(Dimensionality,
int);
83 vtkGetMacro(Dimensionality,
int);
97 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
98 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
Create a binary image of a sphere.
vtkImageConnectorSeed * Seeds
unsigned char InputConnectValue
unsigned char OutputUnconnectedValue
vtkImageConnector * Connector
SeedConnectivity with user defined seeds.
unsigned char OutputConnectedValue