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

class DtCeEntInArea: More...

Inheritance diagram for DtCeEntInArea:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtCeEntInArea ()
 default constructor
 DtCeEntInArea (DtReaderWriterRegistry *parentRegistry)
 real constructor
 DtCeEntInArea (const DtCeEntInArea &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor
virtual ~DtCeEntInArea ()
 destructor
DtCeEntInAreaoperator= (const DtCeEntInArea &orig)
 assignment operator
virtual DtSimCondExprclone (DtReaderWriterRegistry *parentRegistry=NULL)
 clone operator
virtual int type () const
 Returns DtCondExprEntityInAreaType (defined in condExprTypes.h).
virtual void setEntityName (const DtString &name)
 Set the entity name.
virtual const DtStringentityName () const
virtual void setAreaName (const DtString &areaName)
 Set Area name.
virtual const DtStringareaName () const
virtual void setModifier (const DtString &arg)
 Set the test modifier.
virtual const DtStringmodifier () const
virtual DtString stringRep (int subExprIndex=DtSR_EXPR) const
 Get a readable string representation of this level of this expression.
virtual int netRepSize () const
 returns the size of the full network representation padded to an 8-byte boundary.
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 Fills in the expression from the network buffer.
virtual bool setToNet ()
 Fills in the network buffer (created by base class conditional expression) with the conditional expression contents.

Static Public Member Functions

static DtSimCondExprcreator ()

Protected Attributes

DtRwString myEntityName
DtRwString myAreaName
DtRwString myModifier

Detailed Description

class DtCeEntInArea:

Instances of DtCeEntInArea represent an Entity in Area test.


Constructor & Destructor Documentation

default constructor

real constructor

DtCeEntInArea::DtCeEntInArea ( const DtCeEntInArea orig,
DtReaderWriterRegistry parentRegistry = NULL 
)

copy constructor

virtual DtCeEntInArea::~DtCeEntInArea ( ) [virtual]

destructor


Member Function Documentation

DtCeEntInArea& DtCeEntInArea::operator= ( const DtCeEntInArea orig)

assignment operator

virtual DtSimCondExpr* DtCeEntInArea::clone ( DtReaderWriterRegistry parentRegistry = NULL) [virtual]

clone operator

Implements DtSimCondExpr.

virtual int DtCeEntInArea::type ( ) const [virtual]

Returns DtCondExprEntityInAreaType (defined in condExprTypes.h).

Implements DtSimCondExpr.

virtual void DtCeEntInArea::setEntityName ( const DtString name) [virtual]

Set the entity name.

virtual const DtString& DtCeEntInArea::entityName ( ) const [virtual]
virtual void DtCeEntInArea::setAreaName ( const DtString areaName) [virtual]

Set Area name.

virtual const DtString& DtCeEntInArea::areaName ( ) const [virtual]
virtual void DtCeEntInArea::setModifier ( const DtString arg) [virtual]

Set the test modifier.

If it is an empty string, checks only the specified entity. If it is the string "ANY", checks all subordinate entities to see if any of them match the test, If it is neither of the above, it requires that all specified entities match.

virtual const DtString& DtCeEntInArea::modifier ( ) const [virtual]
virtual DtString DtCeEntInArea::stringRep ( int  subExprIndex = DtSR_EXPR) const [virtual]

Get a readable string representation of this level of this expression.

The subExprIndex argument indicates which stringRep to get if this expression can have sub-expressions. Since an Entity In Area test has no sub-expressions, it only returns a string representation if passed an index of DtSimCondExpr::DtSR_EXPR.

See the documentation for DtSimCondExpr::stringRep for more information.

Implements DtSimCondExpr.

virtual int DtCeEntInArea::netRepSize ( ) const [virtual]

returns the size of the full network representation padded to an 8-byte boundary.

Reimplemented from DtSimCondExpr.

virtual bool DtCeEntInArea::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
) [virtual]

Fills in the expression from the network buffer.

Reimplemented from DtSimCondExpr.

virtual bool DtCeEntInArea::setToNet ( ) [virtual]

Fills in the network buffer (created by base class conditional expression) with the conditional expression contents.

Reimplemented from DtSimCondExpr.

static DtSimCondExpr* DtCeEntInArea::creator ( ) [static]

Member Data Documentation


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)