
Public Member Functions | |
| MeshComparatorAdapter (const Model::MeshComparator &c) | |
| bool | operator() (const Mesh *a, const Mesh *b) const |
Private Attributes | |
| const Model::MeshComparator & | comparator |
|
|
Definition at line 187 of file model.cpp. References comparator. 00187 : 00188 comparator(c) 00189 { 00190 }
|
|
||||||||||||
|
Definition at line 192 of file model.cpp. References comparator. 00193 {
00194 return comparator(*a, *b);
00195 }
|
|
|
Definition at line 198 of file model.cpp. Referenced by MeshComparatorAdapter(), and operator()(). |
1.4.1