37 #ifndef __vtkTessellatedBoxSource_h
38 #define __vtkTessellatedBoxSource_h
40 #include "vtkFiltersSourcesModule.h"
53 vtkSetVector6Macro(Bounds,
double);
62 vtkGetVector6Macro(Bounds,
double);
68 vtkSetMacro(Level,
int);
74 vtkGetMacro(Level,
int);
82 vtkSetMacro(DuplicateSharedPoints,
int);
83 vtkGetMacro(DuplicateSharedPoints,
int);
84 vtkBooleanMacro(DuplicateSharedPoints,
int);
90 vtkSetMacro(Quads,
int);
91 vtkGetMacro(Quads,
int);
92 vtkBooleanMacro(Quads,
int);
115 void DuplicateSharedPointsMethod(
double *bounds,
119 void MinimalPointsMethod(
double *bounds,
127 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
141 double facePoints[3][3],