33 vtkSetMacro(BoundaryOnly,
bool);
34 vtkGetMacro(BoundaryOnly,
bool);
36 vtkSetMacro(DistanceThreshold,
double);
37 vtkGetMacro(DistanceThreshold,
double);
45 vtkInformationVector **inputVector,
46 vtkInformationVector *outputVector)
override;
49 bool BoundaryOnly{
true};
50 double DistanceThreshold{0.001};