pele
Python energy landscape explorer
 All Classes Namespaces Functions Variables Typedefs
Public Member Functions | Public Attributes
pele::Edge Class Reference

#include <graph.hpp>

List of all members.

Public Member Functions

 Edge (node_ptr tail, node_ptr head)
node_ptr head ()
node_ptr tail ()

Public Attributes

node_ptr head_
node_ptr tail_
double P

Detailed Description

basic class for an edge (arc) in the graph

Definition at line 47 of file graph.hpp.


Constructor & Destructor Documentation

pele::Edge::Edge ( node_ptr  tail,
node_ptr  head 
) [inline]

Definition at line 53 of file graph.hpp.


Member Function Documentation

node_ptr pele::Edge::head ( ) [inline]

Definition at line 58 of file graph.hpp.

node_ptr pele::Edge::tail ( ) [inline]

Definition at line 59 of file graph.hpp.


Member Data Documentation

Definition at line 49 of file graph.hpp.

double pele::Edge::P

Definition at line 51 of file graph.hpp.

Definition at line 50 of file graph.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs