Simbody  3.6
Event.h File Reference

This file declares the types needed for Simbody's support for Events. More...

Go to the source code of this file.

Classes

class  SimTK::Event
 An Event is "something that happens" during a Study that is advancing through time. More...
 
class  SimTK::Event::Cause
 These are all the possible causes for events. More...
 
class  SimTK::EventTriggerInfo
 This class is used to communicate between the System and an Integrator regarding the properties of a particular event trigger function. More...
 
class  SimTK::HandleEventsOptions
 Options for the handleEvent() method. More...
 
class  SimTK::HandleEventsResults
 Results returned by the handleEvent() method. More...
 

Namespaces

 SimTK
 This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.
 

Functions

 SimTK::SimTK_DEFINE_UNIQUE_INDEX_TYPE (EventId)
 
 SimTK::SimTK_DEFINE_UNIQUE_INDEX_TYPE (SystemEventTriggerIndex)
 
 SimTK::SimTK_DEFINE_UNIQUE_INDEX_TYPE (SystemEventTriggerByStageIndex)
 
 SimTK::SimTK_DEFINE_UNIQUE_INDEX_TYPE (EventTriggerByStageIndex)
 

Detailed Description

This file declares the types needed for Simbody's support for Events.