![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains makVrv::DtElementIDHierarchy class. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtElementIDHierarchyNode |
| The DtElementIDHierarchyNode class will contain information about an element, its children and its parent. More... | |
| class | makVrv::DtElementIDHierarchy |
| Hierarchy that will keep track of parent/child element id relationships. More... | |
Namespaces | |
| namespace | makVrv |
include <vrvCoreQt/DtPersistenceControlsInterface.h> | |
Contains makVrv::DtElementIDHierarchy class.
This is an arbitrary hierarchy class that will allow hierarchies to be kept by element id.
Each node in the hierarchy is kept in a flat list. The hierarchy tree is defined by the parent of any particular node and the children that node might point to.