Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
EdgeSort Struct Reference

Functor for sorting edges by approximate proximity to a fixed point. More...

Public Member Functions

 EdgeSort (CFixedVector2D src)
 
bool operator() (const Edge &a, const Edge &b)
 

Public Attributes

CFixedVector2D src
 

Detailed Description

Functor for sorting edges by approximate proximity to a fixed point.

Definition at line 484 of file CCmpPathfinder_Vertex.cpp.

Constructor & Destructor Documentation

EdgeSort::EdgeSort ( CFixedVector2D  src)
inline

Definition at line 487 of file CCmpPathfinder_Vertex.cpp.

Member Function Documentation

bool EdgeSort::operator() ( const Edge a,
const Edge b 
)
inline

Definition at line 488 of file CCmpPathfinder_Vertex.cpp.

Member Data Documentation

CFixedVector2D EdgeSort::src

Definition at line 486 of file CCmpPathfinder_Vertex.cpp.


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