dart
Public Member Functions | List of all members
dart::collision::detail::UnorderedPairs< T > Class Template Reference

Public Member Functions

void addPair (const T *left, const T *right)
 Adds a pair to this container.
 
void removePair (const T *left, const T *right)
 Removes a pair from this container.
 
void removeAllPairs ()
 Removes all the pairs from this container.
 
bool contains (const T *left, const T *right) const
 Returns true if this container contains the pair.
 

The documentation for this class was generated from the following file: