Merge branch 'add-odf-reader' into 'master'
add odf reader and hdf5 writer See merge request rnsd/sammy!48
No related branches found
No related tags found
Showing
- sammy/src/io/CMakeLists.txt 19 additions, 2 deletionssammy/src/io/CMakeLists.txt
- sammy/src/io/Hdf5IO.cpp 104 additions, 0 deletionssammy/src/io/Hdf5IO.cpp
- sammy/src/io/Hdf5IO.h 60 additions, 0 deletionssammy/src/io/Hdf5IO.h
- sammy/src/io/OdfIO.cpp 180 additions, 0 deletionssammy/src/io/OdfIO.cpp
- sammy/src/io/OdfIO.h 89 additions, 0 deletionssammy/src/io/OdfIO.h
- sammy/src/io/convertodf.cpp 54 additions, 0 deletionssammy/src/io/convertodf.cpp
- sammy/src/io/tests/CMakeLists.txt 2 additions, 1 deletionsammy/src/io/tests/CMakeLists.txt
- sammy/src/io/tests/OdfIOTest.cpp 82 additions, 0 deletionssammy/src/io/tests/OdfIOTest.cpp
sammy/src/io/Hdf5IO.cpp
0 → 100644
sammy/src/io/Hdf5IO.h
0 → 100644
sammy/src/io/OdfIO.cpp
0 → 100644
sammy/src/io/OdfIO.h
0 → 100644
sammy/src/io/convertodf.cpp
0 → 100644
sammy/src/io/tests/OdfIOTest.cpp
0 → 100644
Please register or sign in to comment