The Conley-Morse Graphs Software
Functions
custom::procMorseDecShape Namespace Reference

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...
 

Detailed Description

Post-processing of Morse decompositions by means of cycle decomposition.

Function Documentation

◆ computeBoundary()

template<class CubSetType >
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().

◆ processMorseDec()

template<class CubSetType , class MorseDecType , class GraphType , class CubMapType >
void custom::procMorseDecShape::processMorseDec ( const MorseDecType &  morseDec,
const CubSetType &  allCubes,
const GraphType &  g,
const CubMapType &  theCubMap,
const CubMapType &  ,
const std::string &  cubesFilePrefix,
const std::string &  procFilePrefix 
)
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().