#include "chomp/system/textfile.h"
#include "chomp/cubes/pointset.h"
#include "chomp/cubes/cube.h"
#include "chomp/struct/digraph.h"
#include "config.h"
#include "typedefs.h"
Go to the source code of this file.
Functions | |
| template<class typeCubes, class typeCubMap> | |
| void | computeMapGraph (const typeCubes &X, chomp::homology::diGraph<> &g, const typeCubMap &theCubMap) |
This file contains the definition of a function for the computation of a directed graph which represents a combinatorial map restricted to a given set of cubes.
Definition in file mapgraph.h.
| void computeMapGraph | ( | const typeCubes & | X, | |
| chomp::homology::diGraph<> & | g, | |||
| const typeCubMap & | theCubMap | |||
| ) | [inline] |
Definition at line 55 of file mapgraph.h.
Referenced by computeMorseDecomposition(), and invariantPart().
1.5.3