Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
mf_priv.h File Reference
#include "nc_priv.h"

Functions

NC_dimSDIget_dim (NC *handle, int32 id)
 
NCSDIhandle_from_id (int32 id, intn typ)
 
NC_varSDIget_var (NC *handle, int32 sdsid)
 
intn SDIputattr (NC_array **ap, const char *name, int32 nt, intn count, const void *data)
 
int32 SDIgetcoordvar (NC *handle, NC_dim *dim, int32 id, int32 nt)
 
int32 SDIfreevarAID (NC *handle, int32 index)
 
intn SDIapfromid (int32 id, NC **handlep, NC_array ***app)
 
int SDI_can_clobber (const char *name)
 

Function Documentation

◆ SDI_can_clobber()

int SDI_can_clobber ( const char * name)

◆ SDIapfromid()

intn SDIapfromid ( int32 id,
NC ** handlep,
NC_array *** app )

◆ SDIfreevarAID()

int32 SDIfreevarAID ( NC * handle,
int32 index )

◆ SDIget_dim()

NC_dim * SDIget_dim ( NC * handle,
int32 id )

◆ SDIget_var()

NC_var * SDIget_var ( NC * handle,
int32 sdsid )

◆ SDIgetcoordvar()

int32 SDIgetcoordvar ( NC * handle,
NC_dim * dim,
int32 id,
int32 nt )

◆ SDIhandle_from_id()

NC * SDIhandle_from_id ( int32 id,
intn typ )

◆ SDIputattr()

intn SDIputattr ( NC_array ** ap,
const char * name,
int32 nt,
intn count,
const void * data )