35 #ifndef vtkTessellatedBoxSource_h
36 #define vtkTessellatedBoxSource_h
38 #include "vtkFiltersSourcesModule.h"
53 vtkSetVector6Macro(Bounds,
double);
64 vtkGetVector6Macro(Bounds,
double);
80 vtkGetMacro(Level,
int);
91 vtkGetMacro(DuplicateSharedPoints,
int);
101 vtkGetMacro(Quads,
int);
112 vtkGetMacro(OutputPointsPrecision,
int);
128 void DuplicateSharedPointsMethod(
double *bounds,
132 void MinimalPointsMethod(
double *bounds,
143 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
159 double facePoints[3][3],
164 int DuplicateSharedPoints;
166 int OutputPointsPrecision;
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
object to represent cell connectivity
Create a polygonal representation of a box with a given level of subdivision.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.