38 #ifndef vtkVoxelGrid_h
39 #define vtkVoxelGrid_h
41 #include "vtkFiltersPointsModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
67 SPECIFY_LEAF_SIZE = 1,
80 vtkSetMacro(ConfigurationStyle,
int);
81 vtkGetMacro(ConfigurationStyle,
int);
94 vtkSetVector3Macro(Divisions,
int);
95 vtkGetVectorMacro(Divisions,
int, 3);
105 vtkSetVector3Macro(LeafSize,
double);
106 vtkGetVectorMacro(LeafSize,
double, 3);
116 vtkSetClampMacro(NumberOfPointsPerBin,
int, 1,
VTK_INT_MAX);
117 vtkGetMacro(NumberOfPointsPerBin,
int);
150 VTK_ABI_NAMESPACE_END
void SetConfigurationStyleToManual()
Configure how the filter is to operate.
base class for interpolation kernels
void SetConfigurationStyleToAutomatic()
Configure how the filter is to operate.
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.
Style
This enum is used to configure the operation of the filter.
a simple class to control print indentation
vtkInterpolationKernel * Kernel
quickly locate points in 3-space
subsample points using uniform binning
vtkStaticPointLocator * Locator
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.
void SetConfigurationStyleToLeafSize()
Configure how the filter is to operate.