Go to the documentation of this file.
50 #ifndef vtkVoxelGrid_h
51 #define vtkVoxelGrid_h
53 #include "vtkFiltersPointsModule.h"
93 vtkGetMacro(ConfigurationStyle,
int);
95 { this->SetConfigurationStyle(MANUAL); }
97 { this->SetConfigurationStyle(SPECIFY_LEAF_SIZE); }
99 { this->SetConfigurationStyle(AUTOMATIC); }
108 vtkSetVector3Macro(Divisions,
int);
109 vtkGetVectorMacro(Divisions,
int,3);
119 vtkSetVector3Macro(LeafSize,
double);
120 vtkGetVectorMacro(LeafSize,
double,3);
131 vtkGetMacro(NumberOfPointsPerBin,
int);
162 void operator=(
const vtkVoxelGrid&) VTK_DELETE_FUNCTION;
vtkStaticPointLocator * Locator
void SetConfigurationStyleToLeafSize()
void SetConfigurationStyleToManual()
void SetConfigurationStyleToAutomatic()
vtkInterpolationKernel * Kernel
void SetKernel(vtkInterpolationKernel *kernel)
Specify an interpolation kernel to combine the point attributes.
static vtkVoxelGrid * New()
Standard methods for instantiating, obtaining type information, and printing information.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
quickly locate points in 3-space
Style
This enum is used to configure the operation of the filter.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
subsample points using uniform binning
base class for interpolation kernels
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only polydata as output.