48 #ifndef vtkDensifyPointCloudFilter_h
49 #define vtkDensifyPointCloudFilter_h
51 #include "vtkFiltersPointsModule.h"
87 vtkSetMacro(NeighborhoodType,
int);
88 vtkGetMacro(NeighborhoodType,
int);
90 { this->SetNeighborhoodType(RADIUS); }
92 { this->SetNeighborhoodType(N_CLOSEST); }
102 vtkGetMacro(Radius,
double);
111 vtkSetClampMacro(NumberOfClosestPoints,
int,1,
VTK_INT_MAX);
112 vtkGetMacro(NumberOfClosestPoints,
int);
125 vtkGetMacro(TargetDistance,
double);
133 vtkSetClampMacro(MaximumNumberOfIterations,
int, 1,
VTK_SHORT_MAX);
134 vtkGetMacro(MaximumNumberOfIterations,
int);
146 vtkGetMacro(MaximumNumberOfPoints,
vtkIdType);
154 vtkSetMacro(InterpolateAttributeData,
bool);
155 vtkGetMacro(InterpolateAttributeData,
bool);
156 vtkBooleanMacro(InterpolateAttributeData,
bool);