#include <dev6d.H>
Inherits EVENT.
Public Methods | |
EVENT6d (EVENTsource *s) | |
EVENT6d (EVENTsource *s, cWtransf &o, cWtransf &c, double t) | |
cWtransf & | cur () const |
cWtransf & | old () const |
Wtransf | delta () const |
double | time () const |
void | cur (RAWmat &d, bool row=true) const |
void | old (RAWmat &d, bool row=true) const |
void | delta (RAWmat &d, bool row=true) const |
DEFINE_DERIVED_TYPE (EVENT6d, EVENT, cEVENTptr) | |
Static Public Methods | |
EVENT6dptr | cast (cEVENTptr &e) |
Protected Methods | |
virtual bool | compare (cEVENTptr &) const |
Protected Attributes | |
cWtransf & | _cur |
cWtransf & | _old |
double | _time |
|
|
|
|
|
Reimplemented from EVENT. |
|
Implements EVENT. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from EVENT. |
|
|
|
|
|
|