35 #ifndef vtkTessellatedBoxSource_h
36 #define vtkTessellatedBoxSource_h
38 #include "vtkFiltersSourcesModule.h"
53 vtkSetVector6Macro(Bounds,
double);
64 vtkGetVector6Macro(Bounds,
double);
72 vtkSetMacro(Level,
int);
80 vtkGetMacro(Level,
int);
92 vtkBooleanMacro(DuplicateSharedPoints,
vtkTypeBool);
111 vtkSetMacro(OutputPointsPrecision,
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],