HAWKI Pipeline Reference Manual 1.8.12
Functions
Allocation rutines

Functions

int hawki_table_delete (cpl_table **table)
 Deallocates a set of four tables.
cpl_table ** hawki_table_new (int nrow)
 Allocates a set of four tables.

Function Documentation

int hawki_table_delete ( cpl_table **  table)

Deallocates a set of four tables.

Parameters:
tablesThe tables to deallocate
Returns:
0 if everything is ok, -1 otherwise

Definition at line 54 of file hawki_alloc.c.

cpl_table** hawki_table_new ( int  nrow)

Allocates a set of four tables.

Parameters:
nrowThe number of rows of each table
Returns:
The allocated tables

Definition at line 72 of file hawki_alloc.c.