File: netcdf

package info (click to toggle)
netcdf-cxx 4.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,456 kB
  • sloc: cpp: 8,506; sh: 4,548; ansic: 4,251; xml: 173; makefile: 145
file content (32 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// generic include file for the netCDF C++ API
//
extern "C" {
#include <netcdf.h>
}
#include <ncAtt.h>
#include <ncByte.h>
#include <ncChar.h>
#include <ncCheck.h>
#include <ncCompoundType.h>
#include <ncDim.h>
#include <ncDouble.h>
#include <ncEnumType.h>
#include <ncException.h>
#include <ncFile.h>
#include <ncFloat.h>
#include <ncGroup.h>
#include <ncGroupAtt.h>
#include <ncInt.h>
#include <ncInt64.h>
#include <ncOpaqueType.h>
#include <ncShort.h>
#include <ncString.h>
#include <ncType.h>
#include <ncUbyte.h>
#include <ncUint.h>
#include <ncUint64.h>
#include <ncUshort.h>
#include <ncVar.h>
#include <ncVarAtt.h>
#include <ncVlenType.h>