#include <collisiondetectors/CD_Bool.h>
Inherits CD_InterfaceToCollisionQueries.
Inherited by CD_Linear.
Inheritance diagram for CD_Bool:
Public Member Functions | |
CD_Bool (const Universe &universe) | |
CD_Bool (const CD_Bool &right) | |
virtual | ~CD_Bool () |
virtual bool | IsInterfering (const Configuration &config)=0 |
int | GetNumberOfTimesCalledPoint () const |
virtual void | IncrementCallCount () |
virtual void | ResetStats () |
Protected Attributes | |
int | m_NumberOfTimesCalled |
Definition at line 8 of file CD_Bool.h.
|
Definition at line 28 of file CD_Bool.cpp. |
|
Definition at line 42 of file CD_Bool.cpp. |
|
Definition at line 56 of file CD_Bool.cpp. |
|
Definition at line 71 of file CD_Bool.cpp. References m_NumberOfTimesCalled. Referenced by PL_RRT_ClosedChain::OutputStatistics(). |
|
Definition at line 81 of file CD_Bool.cpp. References m_NumberOfTimesCalled. Referenced by CD_Vcollide::IsInterfering(), CD_Swiftpp::IsInterfering(), and CD_Swiftpp::QueryContactDetermination(). |
|
|
Reimplemented in CD_Linear. Definition at line 91 of file CD_Bool.cpp. References m_NumberOfTimesCalled. Referenced by CD_Linear::ResetStats(). |
|
Definition at line 22 of file CD_Bool.h. Referenced by GetNumberOfTimesCalledPoint(), IncrementCallCount(), and ResetStats(). |