netcdf-cxx-legacy/cxx
luoyaoming 85171de417 Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
..
Makefile.am Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
Makefile.in Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
README Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
nctst.cpp Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
ncvalues.cpp Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
ncvalues.h Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
netcdf.cpp Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
netcdf.hh Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
netcdfcpp.h Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
ref_nctst.cdl Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
ref_nctst_64bit_offset.cdl Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
ref_nctst_netcdf4.cdl Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
ref_nctst_netcdf4_classic.cdl Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
run_nc4_tests.sh Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
run_nc_tests.sh Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
run_valgrind_tests.sh Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
tst_failure.cpp Import Upstream version 4.2 2022-10-31 17:25:30 +08:00
tst_many_writes.cpp Import Upstream version 4.2 2022-10-31 17:25:30 +08:00

README

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