Main Page   Modules   Alphabetical List   Compound List   Compound Members  

Library Initialization


Functions

void cpl_init (void)
 Initialise the CPL core library. More...


Detailed Description

The module provides the CPL library startup routine. The startup routine initialises CPL internal data structures. For this reason, any application using functions from the CPL libraries must call the startup routine prior to calling any other CPL function.
Synopsis:
   #include <cpl_init.h>

Function Documentation

void cpl_init void   
 

Initialise the CPL core library.

Returns:
Nothing.
The function sets up library the internal subsystems, which other CPL functions expect to be in a well defined state. In particular, the CPL memory management system is initialised by this function call.

The function must be called by an application before any other CPL function is used.


Generated on Mon May 24 14:58:05 2004 for Common Pipeline Library Reference Manual by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002