24 #ifndef vtkExtractSubsetWithSeed_h
25 #define vtkExtractSubsetWithSeed_h
28 #include "vtkFiltersParallelDIY2Module.h"
30 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetVector3Macro(Seed,
double);
46 vtkGetVector3Macro(Seed,
double);
63 vtkSetClampMacro(Direction,
int, LINE_I, PLANE_KI);
64 vtkGetMacro(Direction,
int);
96 double Seed[3] = { 0, 0, 0 };
97 int Direction = LINE_I;
101 VTK_ABI_NAMESPACE_END
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkDataObjectAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.