All Frameworks  Class Hierarchy  This Framework  Indexes   

PolyhedralInterfaces Interface CATPolyRefCounted

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATPolyRefCounted

A class that implements reference counting.


Method Index


o AddRef()
Increments the reference count of the instance.
o GetNbReferences()
Returns the number of references made to this instance.
o Release()
Decrements the reference count of the instance.

Methods


o AddRef
public AddRef()
Increments the reference count of the instance.
o GetNbReferences
public GetNbReferences()
Returns the number of references made to this instance.
Returns:
Return the number of references made to the instance.
o Release
public Release()
Decrements the reference count of the instance. When the counter reaches 0, the instance is deleted.

This object is included in the file: CATPolyRefCounted.h
If needed, your Imakefile.mk should include the module: CATPolyhedralInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.