38 #ifndef vtkTessellatedBoxSource_h
39 #define vtkTessellatedBoxSource_h
41 #include "vtkFiltersSourcesModule.h"
56 vtkSetVector6Macro(Bounds,
double);
67 vtkGetVector6Macro(Bounds,
double);
75 vtkSetMacro(Level,
int);
83 vtkGetMacro(Level,
int);
95 vtkBooleanMacro(DuplicateSharedPoints,
vtkTypeBool);
114 vtkSetMacro(OutputPointsPrecision,
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],