Structure is a linked list for storing topology items owners. More...
Data Fields | |
const A3DTopoItem * | m_pTopoItem |
void * | m_pNext |
Structure is a linked list for storing topology items owners.
This structure gives you an access to topology item owners.
const A3DTopoItem* A3DTopoItemOwner::m_pTopoItem |
Topology item owner.
void* A3DTopoItemOwner::m_pNext |
If the topology item is shared by several owners, this pointer gives access to the next owner item.