#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <netcdf.h>
|
| #define | FILE_NAME "../test/data/DICOM/tst_dicom_uncompressed.dcm" |
| |
| #define | ERR(e) do { if (e) { fprintf(stderr, "Error: %s at line %d\n", nc_strerror(e), __LINE__); return 1; } } while (0) |
| |
◆ ERR
| #define ERR |
( |
|
e | ) |
do { if (e) { fprintf(stderr, "Error: %s at line %d\n", nc_strerror(e), __LINE__); return 1; } } while (0) |
◆ FILE_NAME
| #define FILE_NAME "../test/data/DICOM/tst_dicom_uncompressed.dcm" |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ NC_DICOM_initialize()
| int NC_DICOM_initialize |
( |
void |
| ) |
|
|
extern |