netcdf-c/cxx
2011-06-07 12:08:16 +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 cleaned up makefiles, incremented libtool version-number for C library 2011-06-07 12:08:16 +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
run_valgrind_tests.sh added valgrind testing to cxx directory 2011-01-12 20:02:03 +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
tst_many_writes.cpp fixed test so that solaris would compile it 2011-02-04 23:24:20 +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