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