28#ifndef vtkRecursiveDividingCubes_h
29#define vtkRecursiveDividingCubes_h
31#include "vtkFiltersGeneralModule.h"
34VTK_ABI_NAMESPACE_BEGIN
48 vtkSetMacro(Value,
double);
49 vtkGetMacro(Value,
double);
57 vtkGetMacro(Distance,
double);
67 vtkGetMacro(Increment,
int);
76 void SubDivide(
double origin[3],
double h[3],
double values[8]);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
create points laying on isosurface (using recursive approach)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRecursiveDividingCubes()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkRecursiveDividingCubes() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkRecursiveDividingCubes * New()
void SubDivide(double origin[3], double h[3], double values[8])
Computes the portion of a dataset which is inside a selection.
a cell that represents a 3D orthogonal parallelepiped