OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
ncinfo.c File Reference
#include "ncinfo.h"
#include "strlist.h"
Include dependency graph for ncinfo.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int ncnonrecvars (int ncid, char **list, int nlist)
 
int ncrecvars (int ncid, char **list, int nlist)
 
int ncallvars (int ncid, char **list, int nlist)
 
int ncrecinfo (int ncid, int *recid, char *name, size_t *size)
 
int hasrecdim (int *dimids, int ndims, int recid)
 
int gettypelength (nc_type type)
 

Function Documentation

◆ gettypelength()

int gettypelength ( nc_type  type)

Definition at line 181 of file ncinfo.c.

◆ hasrecdim()

int hasrecdim ( int *  dimids,
int  ndims,
int  recid 
)

Definition at line 166 of file ncinfo.c.

◆ ncallvars()

int ncallvars ( int  ncid,
char **  list,
int  nlist 
)

Definition at line 94 of file ncinfo.c.

◆ ncnonrecvars()

int ncnonrecvars ( int  ncid,
char **  list,
int  nlist 
)

Definition at line 23 of file ncinfo.c.

◆ ncrecinfo()

int ncrecinfo ( int  ncid,
int *  recid,
char *  name,
size_t *  size 
)

Definition at line 145 of file ncinfo.c.

◆ ncrecvars()

int ncrecvars ( int  ncid,
char **  list,
int  nlist 
)

Definition at line 61 of file ncinfo.c.