 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkImageSeedConnectivity_h
32 #define vtkImageSeedConnectivity_h
35 #include "vtkImagingMorphologicalModule.h"
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);
61 vtkSetMacro(InputConnectValue,
unsigned char);
62 vtkGetMacro(InputConnectValue,
unsigned char);
69 vtkSetMacro(OutputConnectedValue,
unsigned char);
70 vtkGetMacro(OutputConnectedValue,
unsigned char);
77 vtkSetMacro(OutputUnconnectedValue,
unsigned char);
78 vtkGetMacro(OutputUnconnectedValue,
unsigned char);
92 vtkSetMacro(Dimensionality,
int);
93 vtkGetMacro(Dimensionality,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
unsigned char OutputUnconnectedValue
Generic algorithm superclass for image algs.
Create a binary image of a sphere.
unsigned char OutputConnectedValue
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
SeedConnectivity with user defined seeds.
unsigned char InputConnectValue
vtkImageConnectorSeed * Seeds