Public Member Functions | |
opEqualityIf (const T& src, double epsilon=EPSILON) | |
A default constructor. | |
virtual | ~opEqualityIf () |
A destructor. | |
virtual bool | check (const T& other) const |
Check if two entities are the same. | |
virtual bool | operator() (const T& other) const |
Check if two entities are the same. | |
Protected Attributes | |
opEquality | _opEquality |
const T& | _src |
|
A default constructor.
|
|
A destructor.
|
|
Check if two entities are the same.
|
|
Check if two entities are the same.
|
|
|
|
|