| 
    The Conley-Morse Graphs Software
    
   | 
 
Writing a graph in the "dot" format. More...
#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 "typedyns.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_t > &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.  More... | |
Writing a graph in the "dot" format.
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.
      
  | 
  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(), computeMorseDecomposition(), and runSingleComp().