#include <string>
#include <ostream>
#include <cmath>
#include <vector>
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/cubes/cube.h"
#include "config.h"
#include "typedefs.h"
#include "eigenval.h"
Go to the source code of this file.
Functions | |
| std::ostream & | writeDotGraph (std::ostream &out, const chomp::homology::diGraph<> &g, const std::vector< int > &sizes, const std::vector< theConleyIndexType > &indices, const std::vector< IndexEigenValues > &eigenValues, const std::vector< int > &wrongIndices, const std::vector< int > &skippedIndices, const std::vector< int > &attractors) |
| Writes the given Conley-Morse graph to the output stream in the format for the 'dot' program. | |
This file contains the definition of a function which writes a Conley-Morse graph to an output stream in the format suitable for plotting by the "dot" program.
Definition in file dotgraph.h.
| std::ostream& writeDotGraph | ( | std::ostream & | out, | |
| const chomp::homology::diGraph<> & | g, | |||
| const std::vector< int > & | sizes, | |||
| const std::vector< theConleyIndexType > & | indices, | |||
| const std::vector< IndexEigenValues > & | eigenValues, | |||
| const std::vector< int > & | wrongIndices, | |||
| const std::vector< int > & | skippedIndices, | |||
| const std::vector< int > & | attractors | |||
| ) | [inline] |
Writes the given Conley-Morse graph to the output stream in the format for the 'dot' program.
Definition at line 61 of file dotgraph.h.
Referenced by Coordinator::Accept(), and runSingeComp().
1.5.3