This is the internal implementation class for BrokenContact. More...
#include <ContactImpl.h>
Public Member Functions | |
BrokenContactImpl (ContactSurfaceIndex surf1, ContactSurfaceIndex surf2, const Transform &X_S1S2, Real separation) | |
ContactTypeId | getTypeId () const |
Static Public Member Functions | |
static ContactTypeId | classTypeId () |
Friends | |
class | BrokenContact |
This is the internal implementation class for BrokenContact.
BrokenContactImpl | ( | ContactSurfaceIndex | surf1, | |
ContactSurfaceIndex | surf2, | |||
const Transform & | X_S1S2, | |||
Real | separation | |||
) | [inline] |
static ContactTypeId classTypeId | ( | ) | [inline, static] |
References ContactImpl::createNewContactTypeId().
Referenced by BrokenContactImpl::getTypeId().
ContactTypeId getTypeId | ( | ) | const [inline, virtual] |
Implements ContactImpl.
References BrokenContactImpl::classTypeId().
friend class BrokenContact [friend] |