v2.0.0
Loading...
Searching...
No Matches
mne_layout_port.h
Go to the documentation of this file.
1#ifndef MNE_LAYOUT_PORT_H
2#define MNE_LAYOUT_PORT_H
3
4//=============================================================================================================
5// INCLUDES
6//=============================================================================================================
7
8#include "mne_global.h"
9
10#include <QString>
11
12//=============================================================================================================
13// DEFINE NAMESPACE MNELIB
14//=============================================================================================================
15
16namespace MNELIB
17{
18
19//=============================================================================================================
27{
28public:
29 MNELayoutPort() = default;
30 ~MNELayoutPort() = default;
31
32 int portno = 0;
33 int invert = 0;
34 float xmin = 0;
35 float xmax = 0;
36 float ymin = 0;
37 float ymax = 0;
38 QString names;
39 int match = 0;
40};
41
45
46} // namespace MNELIB
47
48#endif // MNE_LAYOUT_PORT_H
mne library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
MNELayoutPort mneLayoutPortRec
MNELayoutPort * mneLayoutPort
Single viewport in a plotter layout.