Public Member Functions | |
bool | operator< (const CSortTri &o) const |
Data Fields | |
sint16 | Dist |
uint16 | TriIndex |
|
Definition at line 66 of file vegetable_sort_block.cpp. References Dist.
00067 { 00068 return Dist>o.Dist; 00069 } |
|
Definition at line 65 of file vegetable_sort_block.cpp. Referenced by operator<(), and NL3D::CVegetableSortBlock::updateSortBlock(). |
|
Definition at line 61 of file vegetable_sort_block.cpp. Referenced by NL3D::CVegetableSortBlock::updateSortBlock(). |