VerticesVectorSort Struct Reference

List of all members.

Public Member Functions

 VerticesVectorSort (std::vector< VECTOR3 > *_verts)
bool operator() (size_t rpStart, size_t rpEnd)

Public Attributes

std::vector< VECTOR3 > * verts


Detailed Description

Definition at line 221 of file optimize.cpp.


Constructor & Destructor Documentation

VerticesVectorSort::VerticesVectorSort ( std::vector< VECTOR3 > *  _verts  )  [inline]

Definition at line 224 of file optimize.cpp.

00224                                                       : verts(_verts) {
00225               long uniCount = 0;
00226        }


Member Function Documentation

bool VerticesVectorSort::operator() ( size_t  rpStart,
size_t  rpEnd 
) [inline]

Definition at line 227 of file optimize.cpp.

00228        {
00229               return verts->at(rpStart).x < verts->at(rpEnd).x;
00230        }


Member Data Documentation

Definition at line 223 of file optimize.cpp.


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

Generated on Tue Mar 10 14:41:39 2009 for VRUT by  doxygen 1.5.5