Overview

Programming Guide

API Reference

Topological item owners

Data Structures

struct  A3DTopoItemOwner
 Structure is a linked list for storing topology items owners.
 

Typedefs

typedef void * A3DTopoItemOwnersManager
 Structure for storing topology items owners. More...
 

Functions

A3DStatus A3DTopoItemOwnersManagerGet (const A3DRiRepresentationItem *pBrepOwner, A3DTopoItemOwnersManager *&pTopoItemOwnersManager)
 Creates manager of topology items fron an A3DRiRepresentationItem. More...
 
A3DStatus A3DTopoItemOwnersGet (A3DTopoItemOwnersManager *pTopoItemOwnersManager, const A3DTopoItem *pTopoItem, A3DTopoItemOwner *&pTopoItemOwner)
 Gets owners of topology item. More...
 

Detailed Description

Version
5.0

Typedef Documentation

typedef void* A3DTopoItemOwnersManager

Structure for storing topology items owners.

Version
5.0 Methods and structures dedicated to managing the link between topology items and their owner(s).