Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Namespaces | Functions
to_dot.hpp File Reference
#include <cypress/core/network_base.hpp>
Include dependency graph for to_dot.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cypress
 

Functions

void cypress::create_dot (const NetworkBase &netw, const std::string graph_label="Network Architecture", const std::string filename="graph.dot", const bool call_dot=true)
 Generates a dot file for the given network. Calls "dot" to generate a pdf with a visualization of the network and list connectors. More...