dotgraph.h File Reference

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


Detailed Description

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.

Author:
Pawel Pilarczyk

Definition in file dotgraph.h.


Function Documentation

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


Generated on Sun Mar 28 17:47:58 2010 for The Conley-Morse Graphs Software by  doxygen 1.5.3