![]() |
VR-Link API Documentation for HLA 1.3
|
Collaboration diagram for DtAttributeHistory:Public Member Functions | |
| DtAttributeHistory (DtDatatypeManager &dm) | |
| Constructor. More... | |
| virtual | ~DtAttributeHistory () |
| Destructor. More... | |
| virtual DtStringTree * | createStringTree (const DtDatatypeFedNode *omtNode, int lookback=0) |
| Create a string tree for this attribute. More... | |
| virtual int | getStringTreeCount (int lookback=0) |
| Get the string tree count for this attribute. More... | |
| virtual int | getByteStreamCount (int lookback=0) |
| Get the byte stream count for this attribute. More... | |
| virtual bool | updatedFlag () const |
| Return - history was updated? More... | |
| virtual void | resetUpdateFlag () |
| Reset the updated flag. More... | |
| virtual void * | getByteStream (int lookback=0) |
| Set/Get the byte stream. More... | |
| virtual void | setByteStream (const void *buffer, int length) |
| Set/Get the byte stream. More... | |
| virtual void | setParentObject (DtObjectHistory *) |
| Set/Get the parent object. More... | |
| virtual DtObjectHistory * | parentObject () |
| Set/Get the parent object. More... | |
Protected Member Functions | |
| virtual SingleAttribute * | at (unsigned int index) const |
| Returns the Single Attribute from the history at the specific index. More... | |
Protected Attributes | |
| DtSingleAttributePtrList | myHistory |
| DtObjectHistory * | myObject |
| DtDatatypeManager & | myDatatypeManager |
| bool | myUpdatedFlag |
| DtAttributeHistory::DtAttributeHistory | ( | DtDatatypeManager & | dm | ) |
Constructor.
|
virtual |
Destructor.
|
protectedvirtual |
Returns the Single Attribute from the history at the specific index.
|
virtual |
Create a string tree for this attribute.
|
virtual |
Set/Get the byte stream.
Get the byte stream count for this attribute.
Get the string tree count for this attribute.
|
virtual |
Set/Get the parent object.
|
virtual |
Reset the updated flag.
|
virtual |
Set/Get the byte stream.
|
virtual |
Set/Get the parent object.
|
virtual |
Return - history was updated?
|
protected |
|
protected |
|
protected |
|
protected |