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