v2.0.0
Loading...
Searching...
No Matches
mne_vol_geom.cpp
Go to the documentation of this file.
1//=============================================================================================================
16
17//=============================================================================================================
18// INCLUDES
19//=============================================================================================================
20
21#include "mne_vol_geom.h"
22
23//=============================================================================================================
24// USED NAMESPACES
25//=============================================================================================================
26
27using namespace Eigen;
28using namespace MNELIB;
29
30//=============================================================================================================
31// DEFINE MEMBER METHODS
32//=============================================================================================================
33
35: valid(0)
36, width(0)
37, height(0)
38, depth(0)
39, xsize(0.0f)
40, ysize(0.0f)
41, zsize(0.0f)
42, x_ras{0.0f, 0.0f, 0.0f}
43, y_ras{0.0f, 0.0f, 0.0f}
44, z_ras{0.0f, 0.0f, 0.0f}
45, c_ras{0.0f, 0.0f, 0.0f}
46{
47}
48
49//=============================================================================================================
50
FreeSurfer volume geometry header carried by surface and tag streams.
Core MNE data structures (source spaces, source estimates, hemispheres).