![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtAttributeValueUpdateList () | |
| virtual | ~DtAttributeValueUpdateList () |
| DtAttributeValueUpdateList (const DtAttributeValueUpdateList &orig) | |
| DtAttributeValueUpdateList & | operator= (const DtAttributeValueUpdateList &orig) |
| virtual void | setNumberOfUpdates (int num) |
| virtual int | numberOfUpdates () const |
| virtual void | setUpdate (int index, const DtAttributeValueUpdate &update) |
| virtual bool | getUpdate (int index, DtAttributeValueUpdate &update) const |
| virtual void | setFromNet (const void *netRep, int length) |
| virtual int | netSize () const |
| const void * | netRep (int *size=0) const |
Protected Attributes | |
| std::vector < DtAttributeValueUpdate > | myUpdates |
| void * | myNetRep |
| virtual DtAttributeValueUpdateList::~DtAttributeValueUpdateList | ( | ) | [virtual] |
| DtAttributeValueUpdateList& DtAttributeValueUpdateList::operator= | ( | const DtAttributeValueUpdateList & | orig | ) |
| virtual void DtAttributeValueUpdateList::setNumberOfUpdates | ( | int | num | ) | [virtual] |
| virtual int DtAttributeValueUpdateList::numberOfUpdates | ( | ) | const [virtual] |
| virtual void DtAttributeValueUpdateList::setUpdate | ( | int | index, |
| const DtAttributeValueUpdate & | update | ||
| ) | [virtual] |
| virtual bool DtAttributeValueUpdateList::getUpdate | ( | int | index, |
| DtAttributeValueUpdate & | update | ||
| ) | const [virtual] |
| virtual void DtAttributeValueUpdateList::setFromNet | ( | const void * | netRep, |
| int | length | ||
| ) | [virtual] |
| virtual int DtAttributeValueUpdateList::netSize | ( | ) | const [virtual] |
| const void* DtAttributeValueUpdateList::netRep | ( | int * | size = 0 | ) | const |
std::vector<DtAttributeValueUpdate> DtAttributeValueUpdateList::myUpdates [protected] |
void* DtAttributeValueUpdateList::myNetRep [protected] |