
################
A3DTopoItemOwner
################

.. c:struct:: A3DTopoItemOwner

   Structure is a linked list for storing topology items owners. 
   
   
      5.0
   
   
   
   This structure gives you an access to topology item owners. 
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DTopoItemOwner.m_pTopoItem`
   * :c:member:`~A3DTopoItemOwner.m_pNext`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: const A3DTopoItem* A3DTopoItemOwner.m_pTopoItem

      .. rst-class:: sig-pretty-signature
      
         | *const* :c:type:`~A3DTopoItem`\ *
      
      Topology item owner. 
      



.. c:member:: void* A3DTopoItemOwner.m_pNext

      .. rst-class:: sig-pretty-signature
      
         | *void*
      
      If the topology item is shared by several owners, this pointer gives access to the next owner item. 
      




