Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
ConvexDecomposition::VertexLess< Type > Class Template Reference

Public Types

typedef std::vector< Type > VertexVector
 

Public Member Functions

bool operator() (int v1, int v2) const
 
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
 
VertexPosition mFind
 
std::vector< VertexPosition > * mList
 

Static Private Attributes

static Type mFind
 
static VertexVectormList
 

Detailed Description

template<typename Type>
class ConvexDecomposition::VertexLess< Type >

Definition at line 167 of file vlookup.cpp.

Member Typedef Documentation

◆ VertexVector

template<typename Type >
typedef std::vector< Type > ConvexDecomposition::VertexLess< Type >::VertexVector

Definition at line 170 of file vlookup.cpp.

Member Function Documentation

◆ Get()

template<typename Type >
const Type& ConvexDecomposition::VertexLess< Type >::Get ( int  index) const
inlineprivate

Definition at line 181 of file vlookup.cpp.

◆ mFind()

Definition at line 258 of file vlookup.cpp.

◆ mList()

Definition at line 259 of file vlookup.cpp.

◆ operator()() [1/2]

template<typename Type >
bool ConvexDecomposition::VertexLess< Type >::operator() ( int  v1,
int  v2 
) const

◆ operator()() [2/2]

bool ConvexDecomposition::VertexLess< VertexPosition >::operator() ( int  v1,
int  v2 
) const

Definition at line 292 of file vlookup.cpp.

◆ SetSearch()

template<typename Type >
static void ConvexDecomposition::VertexLess< Type >::SetSearch ( const Type &  match,
VertexVector list 
)
inlinestatic

Definition at line 174 of file vlookup.cpp.

Member Data Documentation

◆ mFind

template<typename Type >
Type ConvexDecomposition::VertexLess< Type >::mFind
staticprivate

Definition at line 187 of file vlookup.cpp.

◆ mList

template<typename Type >
VertexVector* ConvexDecomposition::VertexLess< Type >::mList
staticprivate

Definition at line 188 of file vlookup.cpp.


The documentation for this class was generated from the following file:


convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:05:00