39 #ifndef vtkDensifyPointCloudFilter_h
40 #define vtkDensifyPointCloudFilter_h
42 #include "vtkFiltersPointsModule.h"
45 VTK_ABI_NAMESPACE_BEGIN
79 vtkSetMacro(NeighborhoodType,
int);
80 vtkGetMacro(NeighborhoodType,
int);
92 vtkGetMacro(Radius,
double);
101 vtkSetClampMacro(NumberOfClosestPoints,
int, 1,
VTK_INT_MAX);
102 vtkGetMacro(NumberOfClosestPoints,
int);
115 vtkGetMacro(TargetDistance,
double);
123 vtkSetClampMacro(MaximumNumberOfIterations,
int, 1,
VTK_SHORT_MAX);
124 vtkGetMacro(MaximumNumberOfIterations,
int);
136 vtkGetMacro(MaximumNumberOfPoints,
vtkIdType);
144 vtkSetMacro(InterpolateAttributeData,
bool);
145 vtkGetMacro(InterpolateAttributeData,
bool);
146 vtkBooleanMacro(InterpolateAttributeData,
bool);
171 VTK_ABI_NAMESPACE_END
bool InterpolateAttributeData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
add points to a point cloud to make it denser
void SetNeighborhoodTypeToNClosest()
Specify how the local point neighborhood is defined.
static vtkPolyDataAlgorithm * New()
int MaximumNumberOfIterations
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkIdType MaximumNumberOfPoints
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetNeighborhoodTypeToRadius()
Specify how the local point neighborhood is defined.
NeighborhoodType
This enum is used to specify how the local point neighborhood is defined.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int NumberOfClosestPoints