C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
The interface of storage of conventional notations. More...
#include <map_lump.h>
Public Member Functions | |
virtual RPArray< MbSymbol > & | GetMbSymbols (const MbPlacement3D &place)=0 |
Get the array of objects. More... | |
![]() | |
virtual MbeRefType | RefType () const |
Registration type (for copying, duplication). | |
refcount_t | GetUseCount () const |
Get count of references (get count of owners of an object). | |
refcount_t | AddRef () const |
Increase count of references by one. | |
refcount_t | DecRef () const |
Decrease count of references by one. | |
refcount_t | Release () const |
Decrease count of references by one and if count of references became zero, then remove itself. | |
Additional Inherited Members | |
![]() | |
MbRefItem () | |
Constructor without parameters. | |
The interface of storage of conventional notations.
The interface of storage of conventional notations.
|
pure virtual |
Get the array of objects.
get the array of conventional notations.
[in] | place | - A view coordinate system. |