70class TTKTOPOLOGICALSIMPLIFICATIONBYPERSISTENCE_EXPORT
75 double PersistenceThreshold{0.0};
76 bool ThresholdIsAbsolute{
false};
77 bool ComputePerturbation{
false};
81 vtkSetMacro(PersistenceThreshold,
double);
82 vtkGetMacro(PersistenceThreshold,
double);
83 vtkSetMacro(ThresholdIsAbsolute,
bool);
84 vtkGetMacro(ThresholdIsAbsolute,
bool);
85 vtkSetMacro(ComputePerturbation,
bool);
86 vtkGetMacro(ComputePerturbation,
bool);
100 vtkInformationVector **inputVector,
101 vtkInformationVector *outputVector)
override;