40#ifndef vtkRecursiveDividingCubes_h
41#define vtkRecursiveDividingCubes_h
43#include "vtkFiltersGeneralModule.h"
60 vtkGetMacro(Value,
double);
68 vtkGetMacro(Distance,
double);
78 vtkGetMacro(Increment,
int);
87 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()
~vtkRecursiveDividingCubes() override
static vtkRecursiveDividingCubes * New()
a cell that represents a 3D orthogonal parallelepiped
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.