VR-Forces 4.1 Class Documentation
List of all members | 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]

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.
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual char * netRep ()
virtual void setUseSessionId (bool yesNo)
virtual bool useSessionId () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
static void setFactory (DtInterfaceContentFactory *factory)
static DtInterfaceContentFactoryfactory ()

Protected Attributes

std::vector< DtStringmyPlanNames
- Protected Attributes inherited from DtSimInterfaceContent
char * myNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual char * createNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory

Detailed Description

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

Constructor & Destructor Documentation

DtIfGlobalPlanList::DtIfGlobalPlanList ( )

default constructor

DtIfGlobalPlanList::DtIfGlobalPlanList ( const DtIfGlobalPlanList orig)

copy constructor

virtual DtIfGlobalPlanList::~DtIfGlobalPlanList ( )
virtual

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.

static DtSimInterfaceContent* DtIfGlobalPlanList::creator ( )
static

Member Data Documentation

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

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)