| 
    The Conley-Morse Graphs Software
    
   | 
 
Post-processing of Morse decompositions by means of cycle decomposition. More...
Functions | |
| template<class CubSetType > | |
| void | computeBoundary (const CubSetType &X, CubSetType &bd) | 
| Computes the boundary of a set of cubes.  More... | |
| template<class CubSetType , class MorseDecType , class GraphType , class CubMapType > | |
| void | processMorseDec (const MorseDecType &morseDec, const CubSetType &allCubes, const GraphType &g, const CubMapType &theCubMap, const CubMapType &, const std::string &cubesFilePrefix, const std::string &procFilePrefix) | 
| Post-processes a Morse decomposition by computing a decomposition of each Morse set into cycle sets and analyzing this decomposition.  More... | |
Post-processing of Morse decompositions by means of cycle decomposition.
| void custom::procMorseDecShape::computeBoundary | ( | const CubSetType & | X, | 
| CubSetType & | bd | ||
| ) | 
Computes the boundary of a set of cubes.
Definition at line 65 of file procshape.h.
Referenced by processMorseDec().
      
  | 
  inline | 
Post-processes a Morse decomposition by computing a decomposition of each Morse set into cycle sets and analyzing this decomposition.
Definition at line 96 of file procshape.h.
References computeBoundary().