A3DTopoItemOwner Struct Reference

Structure is a linked list for storing topology items owners. More...

Data Fields

void * m_pNext
 
const A3DTopoItemm_pTopoItem
 

Detailed Description

Structure is a linked list for storing topology items owners.

Version
5.0

This structure gives you an access to topology item owners.

Field Documentation

void* A3DTopoItemOwner::m_pNext

If the topology item is shared by several owners, this pointer gives access to the next owner item.

const A3DTopoItem* A3DTopoItemOwner::m_pTopoItem

Topology item owner.