15 #include <vlutil/vlList.h>
16 #include <matrix/vlVector.h>
17 #include <vl/hostStructs.h>
64 virtual int numAttachments()
const;
77 virtual void parentKinematicsChanged();
81 const DtList&
elements()
const {
return myElements; };
90 void copyList(
const DtList& otherElements);
The DtSimObjectStateRepository is an abstract base class (ABC) for all state repositories.
Definition: simObjectStateRepository.h:46
File: recSRIter.h.
Definition: recursiveStateRepositoryIterator.h:33
Definition: coordSystem.h:54
The attachment manager maintains a tree of objects for the state repository class.
Definition: attachmentManager.h:34
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtList myElements
The DtList of pointers to the attached state repositories.
Definition: attachmentManager.h:100
Iterator for iterating over a DtList of state repositories.
Definition: simObjectStateRepositoryIterator.h:33
DtSimObjectStateRepository * myOwner
Definition: attachmentManager.h:101
DtSimObjectStateRepositoryIterator * myIterator
Definition: attachmentManager.h:102
const DtList & elements() const
Definition: attachmentManager.h:81