51 #ifndef vtkDensifyPointCloudFilter_h
52 #define vtkDensifyPointCloudFilter_h
54 #include "vtkFiltersPointsModule.h"
90 vtkSetMacro(NeighborhoodType,
int);
91 vtkGetMacro(NeighborhoodType,
int);
93 { this->SetNeighborhoodType(RADIUS); }
95 { this->SetNeighborhoodType(N_CLOSEST); }
105 vtkGetMacro(Radius,
double);
114 vtkSetClampMacro(NumberOfClosestPoints,
int,1,
VTK_INT_MAX);
115 vtkGetMacro(NumberOfClosestPoints,
int);
128 vtkGetMacro(TargetDistance,
double);
136 vtkSetClampMacro(MaximumNumberOfIterations,
int, 1,
VTK_SHORT_MAX);
137 vtkGetMacro(MaximumNumberOfIterations,
int);
149 vtkGetMacro(MaximumNumberOfPoints,
vtkIdType);
157 vtkSetMacro(InterpolateAttributeData,
bool);
158 vtkGetMacro(InterpolateAttributeData,
bool);
159 vtkBooleanMacro(InterpolateAttributeData,
bool);