Public Types | |
typedef std::vector< Type > | VertexVector |
Public Member Functions | |
bool | operator() (int v1, int v2) const |
template<> | |
bool | operator() (int v1, int v2) const |
Static Public Member Functions | |
static void | SetSearch (const Type &match, VertexVector *list) |
Private Member Functions | |
const Type & | Get (int index) const |
template<> | |
VertexPosition | mFind |
template<> | |
std::vector< VertexPosition > * | mList |
Static Private Attributes | |
static Type | mFind |
static VertexVector * | mList |
Definition at line 167 of file vlookup.cpp.
typedef std::vector< Type > ConvexDecomposition::VertexLess< Type >::VertexVector |
Definition at line 170 of file vlookup.cpp.
const Type& ConvexDecomposition::VertexLess< Type >::Get | ( | int | index | ) | const [inline, private] |
Definition at line 181 of file vlookup.cpp.
VertexPosition ConvexDecomposition::VertexLess< VertexPosition >::mFind | ( | ) | [private] |
Definition at line 258 of file vlookup.cpp.
std::vector< VertexPosition > * ConvexDecomposition::VertexLess< VertexPosition >::mList | ( | ) | [private] |
Definition at line 259 of file vlookup.cpp.
bool ConvexDecomposition::VertexLess< Type >::operator() | ( | int | v1, |
int | v2 | ||
) | const |
bool ConvexDecomposition::VertexLess< VertexPosition >::operator() | ( | int | v1, |
int | v2 | ||
) | const |
Definition at line 292 of file vlookup.cpp.
static void ConvexDecomposition::VertexLess< Type >::SetSearch | ( | const Type & | match, |
VertexVector * | list | ||
) | [inline, static] |
Definition at line 174 of file vlookup.cpp.
Type ConvexDecomposition::VertexLess< Type >::mFind [static, private] |
Definition at line 187 of file vlookup.cpp.
VertexVector* ConvexDecomposition::VertexLess< Type >::mList [static, private] |
Definition at line 188 of file vlookup.cpp.