70 #ifndef vtkHierarchicalBinningFilter_h
71 #define vtkHierarchicalBinningFilter_h
73 #include "vtkFiltersPointsModule.h"
76 #define VTK_MAX_LEVEL 12
99 vtkGetMacro(NumberOfLevels,
int);
109 vtkSetMacro(Automatic,
bool);
110 vtkGetMacro(Automatic,
bool);
111 vtkBooleanMacro(Automatic,
bool);
121 vtkSetVector3Macro(Divisions,
int);
122 vtkGetVectorMacro(Divisions,
int,3);
133 vtkSetVector6Macro(Bounds,
double);
134 vtkGetVectorMacro(Bounds,
double,6);
143 int GetNumberOfGlobalBins();
150 int GetNumberOfBins(
int level);
180 void GetBinBounds(
int globalBin,
double bounds[6]);
188 void GetLocalBinBounds(
int level,
int localBin,
double bounds[6]);