XC Open source finite element analysis program
|
This is the complete list of members for XC::Channel, including all inherited members.
addToProgram(void)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
Channel(void) | XC::Channel | |
checkDbTag(const int &dbTag) | XC::Channel | |
clearDbTags(void) (defined in XC::Channel) | XC::Channel | |
getDbTag(void) const (defined in XC::Channel) | XC::Channel | virtual |
getLastSendersAddress(void)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
getTag(void) const (defined in XC::Channel) | XC::Channel | |
getUsedTags(void) const | XC::Channel | |
isDatastore(void) const (defined in XC::Channel) | XC::Channel | virtual |
receiveMovable(int commitTag, MovableObject &, FEM_ObjectBroker &) | XC::Channel | protected |
recvID(int dbTag, int commitTag, ID &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
recvMatrix(int dbTag, int commitTag, Matrix &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
recvMsg(int dbTag, int commitTag, Message &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
recvObj(int commitTag, MovableObject &, FEM_ObjectBroker &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
recvObjs(int commitTag, const inputIterator &first, const inputIterator &last, FEM_ObjectBroker &, ChannelAddress *theAddress=nullptr) | XC::Channel | |
recvVector(int dbTag, int commitTag, Vector &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
sendID(int dbTag, int commitTag, const ID &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
sendMatrix(int dbTag, int commitTag, const Matrix &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
sendMovable(int commitTag, MovableObject &) | XC::Channel | protected |
sendMsg(int dbTag, int commitTag, const Message &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
sendObj(int commitTag, MovableObject &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
sendObjs(int commitTag, const inputIterator &first, const inputIterator &last, ChannelAddress *theAddress=nullptr) | XC::Channel | |
sendVector(int dbTag, int commitTag, const Vector &, ChannelAddress *theAddress=nullptr)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
setNextAddress(const ChannelAddress &theAddress)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
setUpConnection(void)=0 (defined in XC::Channel) | XC::Channel | pure virtual |
~Channel(void) (defined in XC::Channel) | XC::Channel | inlinevirtual |