This is a helper class for storing pairs of collidable proxies in associative containers.
More...
#include <collidablepair.h>
This is a helper class for storing pairs of collidable proxies in associative containers.
Most commonly this class is used in collision tracking.
Definition at line 54 of file collidablepair.h.
UInt64 Mezzanine::Physics::CollidablePair::GetPairID |
( |
) | |
const |
|
protectedvirtual |
bool Mezzanine::Physics::CollidablePair::operator< |
( |
const CollidablePair & |
Pair) | |
const |
|
virtual |
Checks to see if this pair is less than another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if this pair is found to be less then the passed in pair, false otherwise.
Definition at line 83 of file collidablepair.cpp.
bool Mezzanine::Physics::CollidablePair::operator== |
( |
const CollidablePair & |
Pair) | |
const |
|
virtual |
Checks to see if this pair is the same as another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if the pairs match regardless of ordering, false otherwise.
Definition at line 80 of file collidablepair.cpp.
bool Mezzanine::Physics::CollidablePair::operator> |
( |
const CollidablePair & |
Pair) | |
const |
|
virtual |
Checks to see if this pair is greater than another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if this pair is found to be greater then the passed in pair, false otherwise.
Definition at line 86 of file collidablepair.cpp.
bool Mezzanine::Physics::CollidablePair::PairsMatch |
( |
const CollidablePair & |
Pair) | |
const |
|
virtual |
Checks to see if this pair is the same as another pair.
- Parameters
-
Pair | The other pair to compare against. |
- Returns
- Returns true if the pairs match regardless of ordering, false otherwise.
Definition at line 70 of file collidablepair.cpp.
The documentation for this class was generated from the following files: