|
The Conley-Morse Graphs Software
|
A plug-in for post-processing of Morse decompositions which saves the Morse decomposition and the combinatorial map. More...
#include <string>#include <sstream>#include <fstream>#include "chomp/system/textfile.h"#include "chomp/struct/digraph.h"#include "config.h"#include "typedefs.h"#include "conindex.h"#include "morsedec.h"#include "typedyns.h"Go to the source code of this file.
Namespaces | |
| namespace | custom |
| Customizable settings that are supposed to be modified and/or chosen by the user of the software. | |
| namespace | custom::saveMorseDec |
| Dummy version of a function for the post-processing of Morse decompositions. | |
Functions | |
| template<class CubSetType , class MorseDecType , class GraphType , class CubMapType > | |
| void | custom::saveMorseDec::processMorseDec (const MorseDecType &morseDec, const CubSetType &X, const GraphType &g, const CubMapType &theCubMap, const CubMapType &, const std::string &cubesFilePrefix, const std::string &procFilePrefix) |
| Dummy function for post-processing Morse decompositions. More... | |
A plug-in for post-processing of Morse decompositions which saves the Morse decomposition and the combinatorial map.
This is a replacement for "procmdec.h".
Definition in file procsave.h.