v2.0.0
Loading...
Searching...
No Matches
mne_sparse_named_matrix.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef MNE_SPARSE_NAMED_MATRIX_H
38#define MNE_SPARSE_NAMED_MATRIX_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
44#include "mne_global.h"
45
47
48#include <QStringList>
49
50#include <memory>
51
52//=============================================================================================================
53// DEFINE NAMESPACE MNELIB
54//=============================================================================================================
55
56namespace MNELIB
57{
58
63{
64public:
67
68 int nrow = 0;
69 int ncol = 0;
70 QStringList rowlist;
71 QStringList collist;
72 std::unique_ptr<FIFFLIB::FiffSparseMatrix> data;
73};
74
75} // namespace MNELIB
76
77#endif // MNE_SPARSE_NAMED_MATRIX_H
FiffSparseMatrix class declaration.
mne library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
std::unique_ptr< FIFFLIB::FiffSparseMatrix > data