A library for computing topological data structures stemming from Morse Theory. Given a set of arbitrarily arranged points in any dimension, this library is able to construct approximate topological structures using a neighborhood graph to simulate manifold structures.
A lot of functionality is repeated in MergeTree, ContourTree, and MorseSmaleComplex. There should be a base class TopologyObject that encapsulates all of this and allows the specific classes to focus more on features that are specific to that algorithm.
A lot of functionality is repeated in
MergeTree
,ContourTree
, andMorseSmaleComplex
. There should be a base classTopologyObject
that encapsulates all of this and allows the specific classes to focus more on features that are specific to that algorithm.