Go to the source code of this file.
|
| NC_dim * | SDIget_dim (NC *handle, int32 id) |
| |
| NC * | SDIhandle_from_id (int32 id, intn typ) |
| |
| NC_var * | SDIget_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) |
| |
◆ 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 |
|
) |
| |