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);
 
  137   vtkIdType LocalFacePointCoordinatesToPointId(
int f, 
int i, 
int j);
 
  149     double facePoints[3][3], 
int changed);