NAME

cxGeoBufferSelect - select a buffer for recording geometry operations

C SPECIFICATION

#include <cx/Geometry.h>

void cxGeoBufferSelect(cxGeometry *protocol )

FORTRAN SPECIFICATION

subroutine cxGeoBufferSelect(protocol)
integer protocol

PARAMETERS

protocol
IRIS Explorer geometry buffer.

DESCRIPTION

This function specifies a geometry buffer to use for subsequent scene edits. These edits will be recorded in this buffer and can be sent to other modules.

The argument to this function is obtained from cxGeoNew(3E), and should always be closed with cxGeoBufferClose(3E) before deletion or output.

SEE ALSO

cxGeoNew(3E), cxGeoBufferClose(3E)
Last modified: Mon Nov 18 13:48:42 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996