netcdf-cxx4/cxx4
2015-04-12 02:52:51 -06:00
..
Doxyfile new 2011-08-17 18:56:14 +00:00
example1.cpp new 2011-08-17 18:56:14 +00:00
mainPage new 2011-08-17 18:56:14 +00:00
Makefile.am added pkgconfig file 2011-09-23 11:49:34 +00:00
ncAtt_keep.cpp new 2011-08-17 18:56:14 +00:00
ncAtt.cpp Replaced several bitwise OR with logical OR 2013-12-09 14:34:02 +01:00
ncAtt.h new 2011-08-17 18:56:14 +00:00
ncByte.cpp new 2011-08-17 18:56:14 +00:00
ncByte.h new 2011-08-17 18:56:14 +00:00
ncChar.cpp new 2011-08-17 18:56:14 +00:00
ncChar.h new 2011-08-17 18:56:14 +00:00
ncCheck.cpp Merge branch 'exception_code_msg' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_code_msg 2014-01-03 13:42:35 -07:00
ncCheck.h automatic data/define mode switching for classic files (see example in cxx4/test_classic.cpp) 2013-12-29 01:06:31 +01:00
ncCompoundType.cpp Merge branch 'exception_code_msg' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_code_msg 2014-01-03 13:42:35 -07:00
ncCompoundType.h new 2011-08-17 18:56:14 +00:00
ncDim.cpp Reference to element of possibly empty vector removed in NcDim::isUnlimited 2013-12-12 14:37:02 +01:00
ncDim.h new 2011-08-17 18:56:14 +00:00
ncDouble.cpp new 2011-08-17 18:56:14 +00:00
ncDouble.h new 2011-08-17 18:56:14 +00:00
ncEnumType.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncEnumType.h new 2011-08-17 18:56:14 +00:00
ncException.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncException.h Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncFile.cpp Do not call nc_close on null object in NcFile destructor 2014-01-10 10:38:58 +01:00
ncFile.h Add missing NcFile::enddef() method, so can create files of all format types 2013-12-23 13:04:05 -07:00
ncFloat.cpp new 2011-08-17 18:56:14 +00:00
ncFloat.h new 2011-08-17 18:56:14 +00:00
ncGroup.cpp addVar for scalar variables 2013-12-29 01:46:56 +01:00
ncGroup.h addVar for scalar variables 2013-12-29 01:46:56 +01:00
ncGroupAtt.cpp new 2011-08-17 18:56:14 +00:00
ncGroupAtt.h new 2011-08-17 18:56:14 +00:00
ncInt64.cpp new 2011-08-17 18:56:14 +00:00
ncInt64.h new 2011-08-17 18:56:14 +00:00
ncInt.cpp new 2011-08-17 18:56:14 +00:00
ncInt.h new 2011-08-17 18:56:14 +00:00
ncOpaqueType.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncOpaqueType.h new 2011-08-17 18:56:14 +00:00
ncShort.cpp new 2011-08-17 18:56:14 +00:00
ncShort.h new 2011-08-17 18:56:14 +00:00
ncString.cpp new 2011-08-17 18:56:14 +00:00
ncString.h new 2011-08-17 18:56:14 +00:00
ncType.cpp new 2011-08-17 18:56:14 +00:00
ncType.h new 2011-08-17 18:56:14 +00:00
ncUbyte.cpp new 2011-08-17 18:56:14 +00:00
ncUbyte.h new 2011-08-17 18:56:14 +00:00
ncUint64.cpp new 2011-08-17 18:56:14 +00:00
ncUint64.h new 2011-08-17 18:56:14 +00:00
ncUint.cpp new 2011-08-17 18:56:14 +00:00
ncUint.h new 2011-08-17 18:56:14 +00:00
ncUshort.cpp new 2011-08-17 18:56:14 +00:00
ncUshort.h new 2011-08-17 18:56:14 +00:00
ncVar.cpp Merge branch 'exception_code_msg' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_code_msg 2014-01-03 13:42:35 -07:00
ncVar.cpp_keep new 2011-08-17 18:56:14 +00:00
ncVar.h new 2011-08-17 18:56:14 +00:00
ncVar.h_keep new 2011-08-17 18:56:14 +00:00
ncVarAtt.cpp new 2011-08-17 18:56:14 +00:00
ncVarAtt.h new 2011-08-17 18:56:14 +00:00
ncVlenType.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
ncVlenType.h new 2011-08-17 18:56:14 +00:00
netcdf new 2011-08-17 18:56:14 +00:00
temp.c new 2011-08-17 18:56:14 +00:00
test2.cpp new 2011-08-17 18:56:14 +00:00
test9_1.cdl new 2011-08-17 18:56:14 +00:00
test9_2.cdl new 2011-08-17 18:56:14 +00:00
test10_1.cdl new 2011-08-17 18:56:14 +00:00
test10_2.cdl new 2011-08-17 18:56:14 +00:00
test_att.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_classic.cpp Merge branch 'exception_code_msg' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_code_msg 2014-01-03 13:42:35 -07:00
test_dim.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_group.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_type2.cpp new 2011-08-17 18:56:14 +00:00
test_type3.cpp new 2011-08-17 18:56:14 +00:00
test_type4.c new 2011-08-17 18:56:14 +00:00
test_type4.cpp new 2011-08-17 18:56:14 +00:00
test_type5.cpp new 2011-08-17 18:56:14 +00:00
test_type.cpp Added error code member variable to NcException and changed constructor signatures 2013-12-16 17:42:52 +01:00
test_utilities.h Fixed unsigned/signed mismatch + unsafe type converion warnings in tests 2013-12-11 13:54:31 +01:00
test_var2.cpp Fixed unsigned/signed mismatch + unsafe type converion warnings in tests 2013-12-11 13:54:31 +01:00
test_var.cpp Merge branch 'exception_code_msg' of https://github.com/jarlela/netcdf-cxx4 into jarlela-exception_code_msg 2014-01-03 13:42:35 -07:00
testx.cdl new 2011-08-17 18:56:14 +00:00