Itasca C++ Interface
|
Interface to the Dynamic Module, see IModuleExtension. More...
#include <idynamicmodule.h>
Public Member Functions | |
virtual bool | getMulStep () const =0 |
Returns the dynamic multistepping state, true indicates that multistep os on. | |
virtual double | getTotalTime () const =0 |
Returns the accumulated dynamic time, see setTime() | |
virtual void | setTotalTime (double d)=0 |
Sets the accumulated dynamic time, getTime() | |
Static Public Attributes | |
static const TType | type_ = 0x4c815bf1 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to the Dynamic Module, see IModuleExtension.