NAME
cxGeoMemoryRefAdd
- record a shared memory buffer as part of a cxGeometry structure
(internal use only)
C SPECIFICATION
#include <cx/Geometry.h>
void cxGeoMemoryRefAdd(cxGeometry *geo, cxMemory *mem)
FORTRAN SPECIFICATION
subroutine cxGeoMemoryRefAdd(geo,mem)
integer geo, mem
PARAMETERS
-
geo
-
A cxGeometry structure.
-
mem
-
The cxMemory structure to be registered with geo.
DESCRIPTION
This function registers the cxMemory structure mem with
the cxGeometry structure geo. Both structures are IRIS Explorer
reference counted, shared memory structures. This routine is intended
to be used only by the shared geometry library and not by users.
SEE ALSO
cxGeoNew(3E)
Last modified: Mon Nov 18 13:49:00 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996