Public Member Functions | |
bool | operator< (Vertex const &vertex) const |
Vertex (int inName, std::array< Real, 2 > const *inPosition) | |
Public Attributes | |
std::set< Vertex * > | adjacent |
int | name |
std::array< Real, 2 > const * | position |
int | visited |
Definition at line 60 of file GteMinimalCycleBasis.h.
gte::MinimalCycleBasis< Real >::Vertex::Vertex | ( | int | inName, |
std::array< Real, 2 > const * | inPosition | ||
) |
Definition at line 695 of file GteMinimalCycleBasis.h.
bool gte::MinimalCycleBasis< Real >::Vertex::operator< | ( | Vertex const & | vertex | ) | const |
Definition at line 704 of file GteMinimalCycleBasis.h.
std::set<Vertex*> gte::MinimalCycleBasis< Real >::Vertex::adjacent |
Definition at line 78 of file GteMinimalCycleBasis.h.
int gte::MinimalCycleBasis< Real >::Vertex::name |
Definition at line 68 of file GteMinimalCycleBasis.h.
std::array<Real, 2> const* gte::MinimalCycleBasis< Real >::Vertex::position |
Definition at line 72 of file GteMinimalCycleBasis.h.
int gte::MinimalCycleBasis< Real >::Vertex::visited |
Definition at line 81 of file GteMinimalCycleBasis.h.