Go to the documentation of this file.
51 #ifndef vtkDensifyPointCloudFilter_h
52 #define vtkDensifyPointCloudFilter_h
54 #include "vtkFiltersPointsModule.h"
93 { this->SetNeighborhoodType(RADIUS); }
95 { this->SetNeighborhoodType(N_CLOSEST); }
105 vtkGetMacro(Radius,
double);
115 vtkGetMacro(NumberOfClosestPoints,
int);
128 vtkGetMacro(TargetDistance,
double);
137 vtkGetMacro(MaximumNumberOfIterations,
int);
157 vtkSetMacro(InterpolateAttributeData,
bool);
158 vtkGetMacro(InterpolateAttributeData,
bool);
159 vtkBooleanMacro(InterpolateAttributeData,
bool);
static vtkDensifyPointCloudFilter * New()
Standard methods for instantiating, obtaining type information, and printing information.
NeighborhoodType
This enum is used to specify how the local point neighborhood is defined.
vtkDensifyPointCloudFilter()
int NumberOfClosestPoints
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
bool InterpolateAttributeData
~vtkDensifyPointCloudFilter() override
int MaximumNumberOfIterations
void SetNeighborhoodTypeToNClosest()
vtkIdType MaximumNumberOfPoints
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNeighborhoodTypeToRadius()
a simple class to control print indentation
add points to a point cloud to make it denser
Superclass for algorithms that produce only polydata as output.