73 #ifndef vtkHierarchicalBinningFilter_h
74 #define vtkHierarchicalBinningFilter_h
76 #include "vtkFiltersPointsModule.h"
79 #define VTK_MAX_LEVEL 12
102 vtkGetMacro(NumberOfLevels,
int);
112 vtkSetMacro(Automatic,
bool);
113 vtkGetMacro(Automatic,
bool);
114 vtkBooleanMacro(Automatic,
bool);
124 vtkSetVector3Macro(Divisions,
int);
125 vtkGetVectorMacro(Divisions,
int,3);
136 vtkSetVector6Macro(Bounds,
double);
137 vtkGetVectorMacro(Bounds,
double,6);
146 int GetNumberOfGlobalBins();
153 int GetNumberOfBins(
int level);
183 void GetBinBounds(
int globalBin,
double bounds[6]);
191 void GetLocalBinBounds(
int level,
int localBin,
double bounds[6]);