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_
The abstract parent of all Subsystems.
Definition: Subsystem.h:61
Every Simbody header and source file should include this header before any other Simbody header...
This is the handle class for the hidden State implementation.
Definition: State.h:264
The SimTK::Array_<T> container class is a plug-compatible replacement for the C++ standard template l...
Definition: Array.h:50
The job of the MultibodySystem class is to coordinate the activities of various subsystems which can ...
Definition: MultibodySystem.h:48
#define SimTK_SIMBODY_EXPORT
Definition: Simbody/include/simbody/internal/common.h:72
A MobilizedBody is Simbody's fundamental body-and-joint object used to parameterize a system's motion...
Definition: MobilizedBody.h:167