 |
VTK
9.0.1
|
Go to the documentation of this file.
37 #ifndef vtkRecursiveDividingCubes_h
38 #define vtkRecursiveDividingCubes_h
40 #include "vtkFiltersGeneralModule.h"
56 vtkSetMacro(Value,
double);
57 vtkGetMacro(Value,
double);
65 vtkGetMacro(Distance,
double);
75 vtkGetMacro(Increment,
int);
84 void SubDivide(
double origin[3],
double h[3],
double values[8]);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
create points laying on isosurface (using recursive approach)
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkRecursiveDividingCubes()
~vtkRecursiveDividingCubes() override
static vtkRecursiveDividingCubes * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkFrustumSelector is a vtkSelector that selects elements based on whether they are inside or interse...
void SubDivide(double origin[3], double h[3], double values[8])
Superclass for algorithms that produce only polydata as output.
a cell that represents a 3D orthogonal parallelepiped