 |
VTK
9.1.0
|
Go to the documentation of this file.
67 #ifndef vtkDensifyPointCloudFilter_h
68 #define vtkDensifyPointCloudFilter_h
70 #include "vtkFiltersPointsModule.h"
119 vtkGetMacro(Radius,
double);
129 vtkGetMacro(NumberOfClosestPoints,
int);
142 vtkGetMacro(TargetDistance,
double);
151 vtkGetMacro(MaximumNumberOfIterations,
int);
171 vtkSetMacro(InterpolateAttributeData,
bool);
172 vtkGetMacro(InterpolateAttributeData,
bool);
173 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()
Specify how the local point neighborhood is defined.
vtkIdType MaximumNumberOfPoints
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing information.
void SetNeighborhoodTypeToRadius()
Specify how the local point neighborhood is defined.
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.