2.1. Reeb Graphs
This module contains example graphs and data to use for Reeb graph computations. Pictures of these can be seen in this notebook
- cereeberus.data.ex_reebgraphs.torus(seed=None)[source]
Returns the Reeb graph of a simple upright torus as a ReebGraph class.
- Parameters:
seed (int) – Optional. The seed to use for the random number generator, which only controls the layout function.
- Returns:
The Reeb graph of the torus.
- Return type:
- cereeberus.data.ex_reebgraphs.dancing_man(seed=None)[source]
Returns the Reeb graph of the dancing man as a ReebGraph class.
- Parameters:
seed (int) – Optional. The seed to use for the random number generator, which only controls the layout function.
- Returns:
The Reeb graph of the dancing man.
- Return type:
- cereeberus.data.ex_reebgraphs.juggling_man(seed=None)[source]
Returns the Reeb graph of the juggling man as a ReebGraph class.
- Parameters:
seed (int) – Optional. The seed to use for the random number generator, which only controls the layout function.
- Returns:
The Reeb graph of the juggling man.
- Return type:
- cereeberus.data.ex_reebgraphs.simple_loops(seed=None)[source]
Returns the Reeb graph of the simple loops example.
- Parameters:
seed (int) – Optional. The seed to use for the random number generator, which only controls the layout function.
- Returns:
The Reeb graph of the simple loops example.
- Return type:
- cereeberus.data.ex_reebgraphs.simple_loops_unordered(seed=None)[source]
Returns the Reeb graph of the simple loops example.
- Parameters:
seed (int) – Optional. The seed to use for the random number generator, which only controls the layout function.
- Returns:
The Reeb graph of the simple loops example.
- Return type: