SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::simulation::AnimateBeginEvent Class Reference

#include <AnimateBeginEvent.h>

Inheritance diagram for sofa::simulation::AnimateBeginEvent:

Detailed Description

Event fired by Simulation::animate() before computing a new animation step.

Author
Jeremie Allard

Protected Attributes

SReal dt
 
- Protected Attributes inherited from sofa::core::objectmodel::Event
bool m_handled
 

Public Member Functions

 AnimateBeginEvent (SReal dt)
 
 ~AnimateBeginEvent () override
 
SReal getDt () const
 
- Public Member Functions inherited from sofa::core::objectmodel::Event
 Event ()
 
virtual ~Event ()
 
void setHandled ()
 Tag the event as handled, i.e. the event needs not be propagated further. More...
 
bool isHandled () const
 Returns true of the event has been handled. More...
 
virtual const chargetClassName () const
 
virtual size_t getEventTypeIndex () const =0
 

Static Public Member Functions

static const charGetClassName ()
 
- Static Public Member Functions inherited from sofa::core::objectmodel::Event
static const charGetClassName ()
 
static size_t getEventTypeCount ()
 

Additional Inherited Members

- Static Protected Attributes inherited from sofa::core::objectmodel::Event
static size_t s_lastEventTypeIndex = 0
 storing the last given id More...
 

Attribute details

◆ dt

SReal sofa::simulation::AnimateBeginEvent::dt
protected

Constructor details

◆ AnimateBeginEvent()

sofa::simulation::AnimateBeginEvent::AnimateBeginEvent ( SReal  dt)

◆ ~AnimateBeginEvent()

sofa::simulation::AnimateBeginEvent::~AnimateBeginEvent ( )
override

Function details

◆ GetClassName()

static const char* sofa::simulation::AnimateBeginEvent::GetClassName ( )
inlinestatic

◆ getDt()

SReal sofa::simulation::AnimateBeginEvent::getDt ( ) const
inline