#include <GteIsPlanarGraph.h>
Public Member Functions | |
bool | operator< (OrderedEdge const &edge) const |
OrderedEdge (int v0=-1, int v1=-1) | |
Public Attributes | |
std::array< int, 2 > | V |
Definition at line 65 of file GteIsPlanarGraph.h.
gte::IsPlanarGraph< Real >::OrderedEdge::OrderedEdge | ( | int | v0 = -1 , |
int | v1 = -1 |
||
) |
Definition at line 503 of file GteIsPlanarGraph.h.
bool gte::IsPlanarGraph< Real >::OrderedEdge::operator< | ( | OrderedEdge const & | edge | ) | const |
Definition at line 520 of file GteIsPlanarGraph.h.
std::array<int, 2> gte::IsPlanarGraph< Real >::OrderedEdge::V |
Definition at line 69 of file GteIsPlanarGraph.h.