34 #ifndef vtkImageSeedConnectivity_h
35 #define vtkImageSeedConnectivity_h
37 #include "vtkImagingMorphologicalModule.h"
54 void RemoveAllSeeds();
55 void AddSeed(
int num,
int *
index);
56 void AddSeed(
int i0,
int i1,
int i2);
57 void AddSeed(
int i0,
int i1);
65 vtkGetMacro(InputConnectValue,
unsigned char);
73 vtkGetMacro(OutputConnectedValue,
unsigned char);
81 vtkGetMacro(OutputUnconnectedValue,
unsigned char);
96 vtkGetMacro(Dimensionality,
int);
Create a binary image of a sphere.
vtkImageConnectorSeed * Seeds
unsigned char InputConnectValue
unsigned char OutputUnconnectedValue
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
vtkImageConnector * Connector
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
SeedConnectivity with user defined seeds.
unsigned char OutputConnectedValue
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.