16 #ifndef SURGSIM_PHYSICS_PREPARECOLLISIONPAIRS_H 17 #define SURGSIM_PHYSICS_PREPARECOLLISIONPAIRS_H 21 #include "SurgSim/Framework/Macros.h" 22 #include "SurgSim/Physics/Computation.h" 29 class ContactCalculation;
39 class PhysicsManagerState;
62 std::shared_ptr<PhysicsManagerState> doUpdate(
const double& dt,
const std::shared_ptr<PhysicsManagerState>& state)
67 double m_timeSinceLog;
70 std::shared_ptr<Framework::Logger> m_logger;
76 #endif // SURGSIM_PHYSICS_PREPARECOLLISIONPAIRS_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Encapsulates a calculation over a selection of objects, needs to be subclassed to be used...
Definition: Computation.h:32
Computation to determine the contacts between a list of CollisionPairs.
Definition: PrepareCollisionPairs.h:49