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]);
uniform binning of points into a hierarchical structure
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.