libfs
Header-only C++11 library for accessing FreeSurfer neuroimaging data
Public Member Functions | Public Attributes | List of all members
fs::Mgh Struct Reference

Models a whole MGH file. More...

#include <libfs.h>

Collaboration diagram for fs::Mgh:
Collaboration graph
[legend]

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.
 

Detailed Description

Models a whole MGH file.

Constructor & Destructor Documentation

◆ Mgh() [1/2]

fs::Mgh::Mgh ( Curv  curv)
inline

< Constuctor to create MGH instance from Curv instance.

◆ Mgh() [2/2]

fs::Mgh::Mgh ( std::vector< float >  curv_data)
inline

< Constuctor to create MGH instance from a 1D float array (curv data).


The documentation for this struct was generated from the following file: