#include <MeshFaces.h>
Inheritance diagram for Track::MeshFaces::Edge:

| Public Member Functions | |
| Edge () | |
| Edge (std::size_t v1, std::size_t v2) | |
| Initalise from the vertex indices. | |
| bool | operator< (Edge o) const | 
| comparison so we can order edges in a std::set. | |
| Public Attributes | |
| std::size_t | v1 | 
| the first vertex index to use | |
| std::size_t | v2 | 
| the second vertex index to use | |
Definition at line 141 of file MeshFaces.h.
| Track::MeshFaces::Edge::Edge | ( | ) |  [inline] | 
Definition at line 143 of file MeshFaces.h.
| Track::MeshFaces::Edge::Edge | ( | std::size_t | v1, | |
| std::size_t | v2 | |||
| ) | 
| bool Track::MeshFaces::Edge::operator< | ( | Edge | o | ) | const | 
comparison so we can order edges in a std::set.
Switching the order of v1 & v2 in an Edge makes no difference to its ordering.
| o | the edge to test against | 
Definition at line 59 of file MeshFaces.cpp.
| std::size_t Track::MeshFaces::Edge::v1 | 
| std::size_t Track::MeshFaces::Edge::v2 | 
Generated at Mon Sep 6 00:41:18 2010 by Doxygen version 1.4.7 for Racer version svn335.