39 #ifndef vtkRecursiveDividingCubes_h
40 #define vtkRecursiveDividingCubes_h
56 vtkSetMacro(Value,
double);
57 vtkGetMacro(Value,
double);
63 vtkGetMacro(Distance,
double);
71 vtkGetMacro(Increment,
int);
80 void SubDivide(
double origin[3],
double h[3],
double values[8]);
virtual int FillInputPortInformation(int port, vtkInformation *info)
create points laying on isosurface (using recursive approach)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a cell that represents a 3D orthogonal parallelepiped
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT