 |
VTK
9.0.1
|
Go to the documentation of this file.
33 #ifndef vtkExtractSubsetWithSeed_h
34 #define vtkExtractSubsetWithSeed_h
37 #include "vtkFiltersParallelDIY2Module.h"
53 vtkSetVector3Macro(Seed,
double);
54 vtkGetVector3Macro(Seed,
double);
71 vtkSetClampMacro(Direction,
int, LINE_I, PLANE_KI);
72 vtkGetMacro(Direction,
int);
104 double Seed[3] = { 0, 0, 0 };
105 int Direction = LINE_I;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only data object as output.
Multiprocessing communication superclass.
a simple class to control print indentation
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)