48 #ifndef vtkDensifyPointCloudFilter_h
49 #define vtkDensifyPointCloudFilter_h
51 #include "vtkFiltersPointsModule.h"
100 vtkGetMacro(Radius,
double);
110 vtkGetMacro(NumberOfClosestPoints,
int);
123 vtkGetMacro(TargetDistance,
double);
132 vtkGetMacro(MaximumNumberOfIterations,
int);
152 vtkSetMacro(InterpolateAttributeData,
bool);
153 vtkGetMacro(InterpolateAttributeData,
bool);
154 vtkBooleanMacro(InterpolateAttributeData,
bool);
add points to a point cloud to make it denser
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkDensifyPointCloudFilter()
static vtkDensifyPointCloudFilter * New()
Standard methods for instantiating, obtaining type information, and printing information.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetNeighborhoodTypeToRadius()
NeighborhoodType
This enum is used to specify how the local point neighborhood is defined.
int MaximumNumberOfIterations
vtkIdType MaximumNumberOfPoints
void SetNeighborhoodTypeToNClosest()
~vtkDensifyPointCloudFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int NumberOfClosestPoints
bool InterpolateAttributeData
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.