![]() |
VR-Forces 4.0.4 Class Documentation
|
File: ifPlanOp.h. More...

Public Member Functions | |
| DtIfPlanOp () | |
| default constructor | |
| DtIfPlanOp (const DtIfPlanOp &orig) | |
| copy constructor | |
| const DtIfPlanOp & | operator= (const DtIfPlanOp &orig) |
| assignment operator | |
| virtual | ~DtIfPlanOp () |
| virtual int | type () const |
| Return DtPlanOpMessageName. | |
| virtual DtSimInterfaceContent * | clone () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
File: ifPlanOp.h.
Class: DtIfPlanOp DtIfPlanOp is derived from DtIfFileOp, and identifies the file type as a plan file via its message type (hence the plan engine will register a callback for this kind of message).
Content-Type: DtPlanOpMessageType
Parameters: None.
default constructor
| DtIfPlanOp::DtIfPlanOp | ( | const DtIfPlanOp & | orig | ) |
copy constructor
| virtual DtIfPlanOp::~DtIfPlanOp | ( | ) | [virtual] |
| const DtIfPlanOp& DtIfPlanOp::operator= | ( | const DtIfPlanOp & | orig | ) |
assignment operator
| virtual int DtIfPlanOp::type | ( | ) | const [virtual] |
Return DtPlanOpMessageName.
Implements DtIfFileOp.
| virtual DtSimInterfaceContent* DtIfPlanOp::clone | ( | ) | const [virtual] |
Implements DtIfFileOp.
| static DtSimInterfaceContent* DtIfPlanOp::creator | ( | ) | [static] |