An STL function object for sorting materials into order by properties. More...
#include "eggMaterial.h"
Public Member Functions | |
UniqueEggMaterials (int eq=~0) | |
bool | operator() (const EggMaterial *t1, const EggMaterial *t2) const |
Public Attributes | |
int | _eq |
An STL function object for sorting materials into order by properties.
Returns true if the two referenced EggMaterial pointers are in sorted order, false otherwise.
Definition at line 154 of file eggMaterial.h.