Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

SymPetStruct Struct Template Reference

#include <test/test_tools.h>

List of all members.


Detailed Description

template<class Graph>
struct SymPetStruct< Graph >

Structure returned by addSymPetersen().


Public Attributes

std::vector< typename Graph::Node > outer
 Vector containing the outer nodes.
std::vector< typename Graph::Node > inner
 Vector containing the inner nodes.
std::vector< typename Graph::SymEdge > incir
 Vector containing the edges of the inner circle.
std::vector< typename Graph::SymEdge > outcir
 Vector containing the edges of the outer circle.
std::vector< typename Graph::SymEdge > chords
 Vector containing the chord edges.


The documentation for this struct was generated from the following file:
Generated on Sat Aug 27 14:14:56 2005 for LEMON by  doxygen 1.4.4