54 vtkGetMacro(IsUnstable,
bool);
55 vtkSetMacro(IsUnstable,
bool);
63 vtkInformationVector **inputVector,
64 vtkInformationVector *outputVector)
override;
67 bool IsUnstable{
false};
69 std::vector<int> max2simplex_, min2simplex_;
70 std::vector<double> simplex2persistence_;
71 std::vector<int> simplex2pairType_;
73 int AttachPersistence(vtkDataSet *output)
const;
75 int BuildSimplex2PersistenceMap(vtkDataSet *stableManifold,
76 vtkPolyData *criticalPoints,
77 vtkUnstructuredGrid *persistenceDiagram);