| Actor(Channel &theChannel, FEM_ObjectBroker &theBroker, int numActorMethods=0) | Actor | |
| addMethod(int tag, int(*fp)()) | Actor | [virtual] |
| barrierCheck(int result) | Actor | [virtual] |
| getChannelPtr(void) const | Actor | |
| getMethod() | Actor | [virtual] |
| getObjectBrokerPtr(void) const | Actor | |
| getShadowsAddressPtr(void) const | Actor | |
| processMethod(int tag) | Actor | [virtual] |
| recvID(ID &theID, ChannelAddress *theAddress=0) | Actor | [virtual] |
| recvMatrix(Matrix &theMatrix, ChannelAddress *theAddress=0) | Actor | [virtual] |
| recvMessage(Message &theMessage, ChannelAddress *theAddress=0) | Actor | [virtual] |
| recvObject(MovableObject &theObject, ChannelAddress *theAddress=0) | Actor | [virtual] |
| recvVector(Vector &theVector, ChannelAddress *theAddress=0) | Actor | [virtual] |
| run(void)=0 | Actor | [pure virtual] |
| sendID(const ID &theID, ChannelAddress *theAddress=0) | Actor | [virtual] |
| sendMatrix(const Matrix &theMatrix, ChannelAddress *theAddress=0) | Actor | [virtual] |
| sendMessage(const Message &theMessage, ChannelAddress *theAddress=0) | Actor | [virtual] |
| sendObject(MovableObject &theObject, ChannelAddress *theAddress=0) | Actor | [virtual] |
| sendVector(const Vector &theVector, ChannelAddress *theAddress=0) | Actor | [virtual] |
| setCommitTag(int commitTag) | Actor | |
| theBroker | Actor | [protected] |
| theChannel | Actor | [protected] |
| ~Actor() | Actor | [virtual] |