Graph Class Reference

#include <Graph.h>

Inheritance diagram for Graph:
ObjectOf< GraphRep >

List of all members.

Public Types

typedef GraphRep::state_type state_type
typedef GraphRep::edge_type edge_type

Public Member Functions

 Graph ()
const map< int, state_type > & getStates () const
int newState ()
void newEdge (int v1, int v2)
void clear ()

Detailed Description

Definition at line 25 of file Graph.h.


Member Typedef Documentation

Definition at line 30 of file Graph.h.

Definition at line 29 of file Graph.h.


Constructor & Destructor Documentation

Graph::Graph (  )  [inline]

Definition at line 39 of file Graph.h.


Member Function Documentation

void Graph::clear (  )  [inline]

Definition at line 51 of file Graph.h.

References ObjectOf< GraphRep >::change(), and clear().

Referenced by WhiteheadGraph::assign(), and clear().

const map< int, state_type >& Graph::getStates (  )  const [inline]
void Graph::newEdge ( int  v1,
int  v2 
) [inline]

Definition at line 50 of file Graph.h.

References ObjectOf< GraphRep >::change(), and newEdge().

Referenced by WhiteheadGraph::assign(), and newEdge().

int Graph::newState (  )  [inline]

Definition at line 49 of file Graph.h.

References ObjectOf< GraphRep >::change(), and newState().

Referenced by newState().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:47 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1