OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
table_io_wrapper.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int table_column_count (char *input_filename)
 
int table_row_count (char *input_filename)
 
int * table_read_i4 (char *input_filename, int m, int n)
 
double * table_read_r8 (char *input_filename, int m, int n)
 
float * table_read_r4 (char *input_filename, int m, int n)
 
void table_free_i4 (int *table)
 
void table_free_r8 (double *table)
 
void table_free_r4 (float *table)
 

Function Documentation

◆ table_column_count()

int table_column_count ( char *  input_filename)

Definition at line 2524 of file table_io.cpp.

◆ table_free_i4()

void table_free_i4 ( int *  table)

Definition at line 2544 of file table_io.cpp.

◆ table_free_r4()

void table_free_r4 ( float *  table)

Definition at line 2552 of file table_io.cpp.

◆ table_free_r8()

void table_free_r8 ( double *  table)

Definition at line 2548 of file table_io.cpp.

◆ table_read_i4()

int* table_read_i4 ( char *  input_filename,
int  m,
int  n 
)

Definition at line 2532 of file table_io.cpp.

◆ table_read_r4()

float* table_read_r4 ( char *  input_filename,
int  m,
int  n 
)

Definition at line 2540 of file table_io.cpp.

◆ table_read_r8()

double* table_read_r8 ( char *  input_filename,
int  m,
int  n 
)

Definition at line 2536 of file table_io.cpp.

◆ table_row_count()

int table_row_count ( char *  input_filename)

Definition at line 2528 of file table_io.cpp.