v2.0.0
Loading...
Searching...
No Matches
mne_layout_port.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef MNE_LAYOUT_PORT_H
38#define MNE_LAYOUT_PORT_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
44#include "mne_global.h"
45
46#include <QString>
47
48//=============================================================================================================
49// DEFINE NAMESPACE MNELIB
50//=============================================================================================================
51
52namespace MNELIB
53{
54
55//=============================================================================================================
63{
64public:
65 MNELayoutPort() = default;
66 ~MNELayoutPort() = default;
67
68 int portno = 0;
69 int invert = 0;
70 float xmin = 0;
71 float xmax = 0;
72 float ymin = 0;
73 float ymax = 0;
74 QString names;
75 int match = 0;
76};
77
81
82} // namespace MNELIB
83
84#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.