16 #ifndef SURGSIM_PHYSICS_UPDATECOLLISIONREPRESENTATIONS_H 17 #define SURGSIM_PHYSICS_UPDATECOLLISIONREPRESENTATIONS_H 37 virtual std::shared_ptr<PhysicsManagerState>
doUpdate(
38 const double& dt,
const std::shared_ptr<PhysicsManagerState>& state)
override;
Definition: DriveElementFromInputBehavior.cpp:27
virtual ~UpdateCollisionRepresentations()
Destructor.
Definition: UpdateCollisionRepresentations.cpp:30
Encapsulates a calculation over a selection of objects, needs to be subclassed to be used...
Definition: Computation.h:30
UpdateCollisionRepresentations(bool doCopyState)
Constructor.
Definition: UpdateCollisionRepresentations.cpp:24
virtual std::shared_ptr< PhysicsManagerState > doUpdate(const double &dt, const std::shared_ptr< PhysicsManagerState > &state) override
Override this function to implement the computations specific behavior.
Definition: UpdateCollisionRepresentations.cpp:35
Computation that calls the CollisionRepresentations update() function.
Definition: UpdateCollisionRepresentations.h:27