VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfGlobalPlanList Class Reference

Interface content containing the list of global plan names from a single simulation engine. More...

Inheritance diagram for DtIfGlobalPlanList:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIfGlobalPlanList ()
 default constructor
 DtIfGlobalPlanList (const DtIfGlobalPlanList &orig)
 copy constructor
const DtIfGlobalPlanListoperator= (const DtIfGlobalPlanList &orig)
 assignment operator
virtual ~DtIfGlobalPlanList ()
virtual int type () const
virtual DtSimInterfaceContentclone () 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 DtSimInterfaceContentcreator ()

Protected Attributes

std::vector< DtStringmyPlanNames

Detailed Description

Interface content containing the list of global plan names from a single simulation engine.


Constructor & Destructor Documentation

default constructor

copy constructor


Member Function Documentation

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.


Member Data Documentation

std::vector<DtString> DtIfGlobalPlanList::myPlanNames [protected]

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)