NAME
cxGeoBufferClose
- close a geometry buffer in preparation to output it
C SPECIFICATION
#include <cx/Geometry.h>
void cxGeoBufferClose(cxGeometry *geo)
FORTRAN SPECIFICATION
subroutine cxGeoBufferClose(geo)
integer geo
PARAMETERS
-
geo
-
IRIS Explorer geometry buffer.
DESCRIPTION
This function prepares a geometry buffer to be sent.
The object must have been previously created and selected.
A geometry buffer must be closed before it can be output. It is an
error to close a buffer more than once.
SEE ALSO
cxGeoNew(3E),
cxGeoBufferSelect(3E)
Last modified: Mon Nov 18 13:48:40 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996