36#ifndef vtkExtractSubsetWithSeed_h
37#define vtkExtractSubsetWithSeed_h
40#include "vtkFiltersParallelDIY2Module.h"
56 vtkSetVector3Macro(Seed,
double);
57 vtkGetVector3Macro(Seed,
double);
74 vtkSetClampMacro(Direction,
int, LINE_I, PLANE_KI);
75 vtkGetMacro(Direction,
int);
107 double Seed[3] = { 0, 0, 0 };
108 int Direction = LINE_I;
Superclass for algorithms that produce only data object as output.
a simple class to control print indentation
Multiprocessing communication superclass.