1 #ifndef SimTK_SIMBODY_GENERAL_CONTACT_SUBSYSTEM_H_
2 #define SimTK_SIMBODY_GENERAL_CONTACT_SUBSYSTEM_H_
32 class MultibodySystem;
34 class ContactGeometry;
65 ContactSetIndex createContactSet();
69 int getNumContactSets()
const;
82 int getNumBodies(ContactSetIndex
set)
const;
127 class GeneralContactSubsystemImpl& updImpl();
128 const GeneralContactSubsystemImpl& getImpl()
const;
133 #endif // SimTK_SIMBODY_GENERAL_CONTACT_SUBSYSTEM_H_