|
The Conley-Morse Graphs Software
|
Dummy post-processing of Morse decompositions. More...
#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::noProcMorseDec |
| Dummy version of a function for the post-processing of Morse decompositions. | |
Functions | |
| template<class CubSetType , class MorseDecType , class GraphType , class CubMapType > | |
| void | custom::noProcMorseDec::processMorseDec (const MorseDecType &morseDec, const CubSetType &X, const GraphType &g, const CubMapType &theCubMap0, const CubMapType &theCubMap1, const std::string &cubesFilePrefix, const std::string &procFilePrefix) |
| Dummy function for post-processing Morse decompositions. More... | |
Dummy post-processing of Morse decompositions.
Prepare a customized version of this file every time a different strategy for analysing Morse decompositions is considered right after they have been computed.
Definition in file procmdec.h.