Ticket #42 (closed defect: wontfix)

Opened 2 years ago

Last modified 5 months ago

Add OSG::getRefCount method.

Reported by: allenb Assigned to: unassigned
Priority: minor Milestone: 2.0 Beta
Component: System Version:
Keywords: Cc:
Completion:

Description

With the pure OpenSG 2.0 inteface there is no way to getRefCount on a pointer. It looks like this interface should be added as a sibling of the new OSG::getContainerId method. This may involve some mixins and other things.

Change History

09/13/06 15:36:30 changed by allenb

changeset:104 adds a temporary work around by exposing the old 1.8 interface for asking for the ref count directly from the fcptr. This should be removed as soon as a 2.0 way is exposed.