v2.0.0
Loading...
Searching...
No Matches
mne_surface_patch.cpp
Go to the documentation of this file.
1//=============================================================================================================
35
36//=============================================================================================================
37// INCLUDES
38//=============================================================================================================
39
40#include "mne_surface_patch.h"
41
42#include "mne_source_space.h"
43
44//=============================================================================================================
45// USED NAMESPACES
46//=============================================================================================================
47
48using namespace MNELIB;
49
50//=============================================================================================================
51// DEFINE MEMBER METHODS
52//=============================================================================================================
53
55{
56 if (np > 0) {
57 vert = Eigen::VectorXi::Zero(np);
58 border = Eigen::VectorXi::Zero(np);
59 }
60 s = std::make_unique<MNESourceSpace>(np);
61}
62
63//=============================================================================================================
64
MNESurfacePatch class declaration.
MNESourceSpace class declaration.
Core MNE data structures (source spaces, source estimates, hemispheres).
std::unique_ptr< MNESourceSpace > s