|
libfs
Header-only C++11 library for accessing FreeSurfer neuroimaging data
|
Models a whole MGH file. More...
#include <libfs.h>

Public Member Functions | |
| Mgh () | |
| Empty default constuctor. | |
| Mgh (Curv curv) | |
| Mgh (std::vector< float > curv_data) | |
Public Attributes | |
| MghHeader | header |
| Header for this MGH instance. | |
| MghData | data |
| 4D data for this MGH instance. | |
Models a whole MGH file.
|
inline |
< Constuctor to create MGH instance from a 1D float array (curv data).
1.8.13