netcdf-c/cxx
2010-06-03 20:22:55 +00:00
..
depend moving to trunk subdir 2010-06-03 13:25:11 +00:00
example.c moving to trunk subdir 2010-06-03 13:25:11 +00:00
example.cpp moving to trunk subdir 2010-06-03 13:25:11 +00:00
Makefile.am moved headers to include directory 2010-06-03 20:22:55 +00:00
nctst.cpp moving to trunk subdir 2010-06-03 13:25:11 +00:00
ncvalues.cpp moving to trunk subdir 2010-06-03 13:25:11 +00:00
ncvalues.h moving to trunk subdir 2010-06-03 13:25:11 +00:00
netcdf.cpp moving to trunk subdir 2010-06-03 13:25:11 +00:00
netcdf.hh moving to trunk subdir 2010-06-03 13:25:11 +00:00
netcdfcpp.h moving to trunk subdir 2010-06-03 13:25:11 +00:00
README moving to trunk subdir 2010-06-03 13:25:11 +00:00
ref_nctst_64bit_offset.cdl moving to trunk subdir 2010-06-03 13:25:11 +00:00
ref_nctst_netcdf4_classic.cdl moving to trunk subdir 2010-06-03 13:25:11 +00:00
ref_nctst_netcdf4.cdl moving to trunk subdir 2010-06-03 13:25:11 +00:00
ref_nctst.cdl moving to trunk subdir 2010-06-03 13:25:11 +00:00
run_nc4_tests.sh moving to trunk subdir 2010-06-03 13:25:11 +00:00
run_nc_tests.sh moving to trunk subdir 2010-06-03 13:25:11 +00:00
tst_failure.cpp moving to trunk subdir 2010-06-03 13:25:11 +00:00
tst_large.cpp moving to trunk subdir 2010-06-03 13:25:11 +00:00

netcdfcpp.h	the C++ interface

netcdf.cpp	the implementation of the interface, on top of the current
		C library interface

nctst.cpp	a test program for the interface that creates a netCDF file
		and then dumps out its contents in ASCII form to stdout.
		This example may also be helpful in understanding how the
		interface is intended to be used.

example.c	example of C code needed to create a small netCDF file

example.cpp	analogous example of C++ code needed to do the same thing

Makefile	makefile for building nctst

ncvalues.cpp	interface for auxilliary classes of typed arrays needed by
		netCDF interface; fairly simple

ncvalues.cpp	implementation of auxilliary classes of typed arrays needed by
		netCDF interface

README		this file