38 #ifndef vtkTessellatedBoxSource_h
39 #define vtkTessellatedBoxSource_h
41 #include "vtkFiltersSourcesModule.h"
56 vtkSetVector6Macro(Bounds,
double);
67 vtkGetVector6Macro(Bounds,
double);
83 vtkGetMacro(Level,
int);
94 vtkGetMacro(DuplicateSharedPoints,
int);
104 vtkGetMacro(Quads,
int);
115 vtkGetMacro(OutputPointsPrecision,
int);
131 void DuplicateSharedPointsMethod(
double *bounds,
135 void MinimalPointsMethod(
double *bounds,
146 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
162 double facePoints[3][3],
167 int DuplicateSharedPoints;
169 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.