v2.0.0
Loading...
Searching...
No Matches
mne_layout_port.h
Go to the documentation of this file.
1//=============================================================================================================
17
18#ifndef MNE_LAYOUT_PORT_H
19#define MNE_LAYOUT_PORT_H
20
21//=============================================================================================================
22// INCLUDES
23//=============================================================================================================
24
25#include "mne_global.h"
26
27#include <QString>
28
29//=============================================================================================================
30// DEFINE NAMESPACE MNELIB
31//=============================================================================================================
32
33namespace MNELIB
34{
35
36//=============================================================================================================
44{
45public:
46 MNELayoutPort() = default;
47 ~MNELayoutPort() = default;
48
49 int portno = 0;
50 int invert = 0;
51 float xmin = 0;
52 float xmax = 0;
53 float ymin = 0;
54 float ymax = 0;
55 QString names;
56 int match = 0;
57};
58
62
63} // namespace MNELIB
64
65#endif // MNE_LAYOUT_PORT_H
MNELIB shared-library export/import macros and library build metadata.
#define MNESHARED_EXPORT
Definition mne_global.h:40
Core MNE data structures (source spaces, source estimates, hemispheres).
MNELayoutPort mneLayoutPortRec
MNELayoutPort * mneLayoutPort
Single viewport in a plotter layout.