![]() |
VR-Forces 4.0.4 Class Documentation
|
Interface content containing the list of global plan names from a single simulation engine. More...

Public Member Functions | |
| DtIfGlobalPlanList () | |
| default constructor | |
| DtIfGlobalPlanList (const DtIfGlobalPlanList &orig) | |
| copy constructor | |
| const DtIfGlobalPlanList & | operator= (const DtIfGlobalPlanList &orig) |
| assignment operator | |
| virtual | ~DtIfGlobalPlanList () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual const std::vector < DtString > & | planNames () const |
| A vector containing the names of the global plans. | |
| virtual std::vector< DtString > & | planNames () |
| A vector containing the names of the global plans. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| std::vector< DtString > | myPlanNames |
Interface content containing the list of global plan names from a single simulation engine.
default constructor
| DtIfGlobalPlanList::DtIfGlobalPlanList | ( | const DtIfGlobalPlanList & | orig | ) |
copy constructor
| virtual DtIfGlobalPlanList::~DtIfGlobalPlanList | ( | ) | [virtual] |
| const DtIfGlobalPlanList& DtIfGlobalPlanList::operator= | ( | const DtIfGlobalPlanList & | orig | ) |
assignment operator
| virtual int DtIfGlobalPlanList::type | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfGlobalPlanList::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const std::vector<DtString>& DtIfGlobalPlanList::planNames | ( | ) | const [virtual] |
A vector containing the names of the global plans.
| virtual std::vector<DtString>& DtIfGlobalPlanList::planNames | ( | ) | [virtual] |
A vector containing the names of the global plans.
| virtual int DtIfGlobalPlanList::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfGlobalPlanList::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfGlobalPlanList::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfGlobalPlanList::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfGlobalPlanList::creator | ( | ) | [static] |
std::vector<DtString> DtIfGlobalPlanList::myPlanNames [protected] |