mrc density map reading/writing
commit990f4992062489776a0044ae9d7768d09c14d754
authorChristian Blau <cblau@gwdg.de>
Wed, 17 Apr 2019 13:50:35 +0000 (17 15:50 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Sat, 27 Apr 2019 18:47:37 +0000 (27 20:47 +0200)
tree64e0b9eb6d0614759dc37b53dc46c3db04182cc1
parent46e2a690f8f03f66cbae3dafdebcd427086fd802
mrc density map reading/writing

Add a class that combines header and mrc data handling for float values
to enable reading and writing of mrc files.

refs #2282

Change-Id: Idd84ab2628a52a2fcafb6121ad66f62e88235c74
src/gromacs/fileio/mrcdensitymap.cpp [new file with mode: 0644]
src/gromacs/fileio/mrcdensitymap.h [new file with mode: 0644]
src/gromacs/fileio/mrcdensitymapheader.cpp [new file with mode: 0644]
src/gromacs/fileio/mrcdensitymapheader.h
src/gromacs/fileio/tests/CMakeLists.txt
src/gromacs/fileio/tests/mrcdensitymap.cpp [new file with mode: 0644]
src/gromacs/fileio/tests/mrcdensitymapheader.cpp [new file with mode: 0644]