![]() |
VR-Link API Documentation for HLA 1.3
|
class DtRemoveEntityInteraction: More...
Inheritance diagram for DtRemoveEntityInteraction:
Collaboration diagram for DtRemoveEntityInteraction:Public Member Functions | |
| DtRemoveEntityInteraction () | |
| default constructor | |
| virtual | ~DtRemoveEntityInteraction () |
| destructor | |
| DtRemoveEntityInteraction (const DtRemoveEntityInteraction &orig) | |
| copy constructor | |
| DtRemoveEntityInteraction & | operator= (const DtRemoveEntityInteraction &orig) |
| assignment operator | |
| virtual void | printData () const |
| Print the interaction's data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the interaction's data to the specified stream. | |
| virtual void | setSenderId (const DtEntityIdentifier &id) |
| Set/Get sender ID. | |
| virtual const DtEntityIdentifier & | senderId () const |
| virtual void | setReceiverId (const DtEntityIdentifier &id) |
| Set/Get receiver ID. | |
| virtual const DtEntityIdentifier & | receiverId () const |
| virtual void | setRequestId (int id) |
| Set/Get request ID. | |
| virtual int | requestId () const |
| virtual const char * | name () const |
| Name of the interaction. (Not necessarily the ClassName from the FOM.) | |
Static Public Member Functions | |
| static DtInteraction * | create () |
| Create a DtRemoveEntityInteraction. | |
| static void | addCallback (DtExerciseConn *conn, DtRemoveEntityInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
| Add (register)/Remove (deregister) function to be called when interaction occurs. | |
| static void | removeCallback (DtExerciseConn *conn, DtRemoveEntityInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP()) |
Protected Attributes | |
| DtEntityIdentifier | myOrigEnt |
| DtEntityIdentifier | myReceiveEnt |
| int | myRequestId |
class DtRemoveEntityInteraction:
Instances of DtRemoveEntityInteraction are used to represent RemoveEntity Interactions in the RPR FOM.
default constructor
| virtual DtRemoveEntityInteraction::~DtRemoveEntityInteraction | ( | ) | [virtual] |
destructor
copy constructor
| static void DtRemoveEntityInteraction::addCallback | ( | DtExerciseConn * | conn, |
| DtRemoveEntityInteractionCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
Add (register)/Remove (deregister) function to be called when interaction occurs.
| static DtInteraction* DtRemoveEntityInteraction::create | ( | ) | [static] |
Create a DtRemoveEntityInteraction.
Caller is responsible for deletion.
| const char * DtRemoveEntityInteraction::name | ( | ) | const [inline, virtual] |
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Implements DtInteraction.
| DtRemoveEntityInteraction& DtRemoveEntityInteraction::operator= | ( | const DtRemoveEntityInteraction & | orig | ) |
assignment operator
| virtual void DtRemoveEntityInteraction::printData | ( | ) | const [virtual] |
Print the interaction's data to DtInfo.
Reimplemented from DtInteraction.
| virtual void DtRemoveEntityInteraction::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the interaction's data to the specified stream.
Reimplemented from DtInteraction.
| const DtEntityIdentifier & DtRemoveEntityInteraction::receiverId | ( | ) | const [inline, virtual] |
References myReceiveEnt.
| static void DtRemoveEntityInteraction::removeCallback | ( | DtExerciseConn * | conn, |
| DtRemoveEntityInteractionCb | cb, | ||
| void * | usr, | ||
| DtDDMRegionSP | region = DtDDMRegionSP() |
||
| ) | [static] |
| int DtRemoveEntityInteraction::requestId | ( | ) | const [inline, virtual] |
References myRequestId.
| const DtEntityIdentifier & DtRemoveEntityInteraction::senderId | ( | ) | const [inline, virtual] |
References myOrigEnt.
| void DtRemoveEntityInteraction::setReceiverId | ( | const DtEntityIdentifier & | id | ) | [inline, virtual] |
Set/Get receiver ID.
References myReceiveEnt.
| void DtRemoveEntityInteraction::setRequestId | ( | int | id | ) | [inline, virtual] |
Set/Get request ID.
References myRequestId.
| void DtRemoveEntityInteraction::setSenderId | ( | const DtEntityIdentifier & | id | ) | [inline, virtual] |
Set/Get sender ID.
References myOrigEnt.
Referenced by senderId(), and setSenderId().
Referenced by receiverId(), and setReceiverId().
int DtRemoveEntityInteraction::myRequestId [protected] |
Referenced by requestId(), and setRequestId().