48 #ifndef vtkDensifyPointCloudFilter_h 
   49 #define vtkDensifyPointCloudFilter_h 
   51 #include "vtkFiltersPointsModule.h"  
   87   vtkSetMacro(NeighborhoodType, 
int);
 
   88   vtkGetMacro(NeighborhoodType, 
int);
 
  100   vtkGetMacro(Radius, 
double);
 
  109   vtkSetClampMacro(NumberOfClosestPoints, 
int, 1, 
VTK_INT_MAX);
 
  110   vtkGetMacro(NumberOfClosestPoints, 
int);
 
  123   vtkGetMacro(TargetDistance, 
double);
 
  131   vtkSetClampMacro(MaximumNumberOfIterations, 
int, 1, 
VTK_SHORT_MAX);
 
  132   vtkGetMacro(MaximumNumberOfIterations, 
int);
 
  144   vtkGetMacro(MaximumNumberOfPoints, 
vtkIdType);
 
  152   vtkSetMacro(InterpolateAttributeData, 
bool);
 
  153   vtkGetMacro(InterpolateAttributeData, 
bool);
 
  154   vtkBooleanMacro(InterpolateAttributeData, 
bool);