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]);
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.