v2.0.0
Loading...
Searching...
No Matches
mne_nearest.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef MNENEAREST_H
38#define MNENEAREST_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
44#include "mne_global.h"
45
46//=============================================================================================================
47// EIGEN INCLUDES
48//=============================================================================================================
49
50#include <Eigen/Core>
51
52//=============================================================================================================
53// QT INCLUDES
54//=============================================================================================================
55
56#include <QSharedPointer>
57
58//=============================================================================================================
59// DEFINE NAMESPACE MNELIB
60//=============================================================================================================
61
62namespace MNELIB
63{
64
65//=============================================================================================================
66// FORWARD DECLARATIONS
67//=============================================================================================================
68
69class MNEPatchInfo;
70
71//=============================================================================================================
78{
79public:
80 typedef QSharedPointer<MNENearest> SPtr;
81 typedef QSharedPointer<const MNENearest> ConstSPtr;
82
83 //=========================================================================================================
87 MNENearest();
88
89 //=========================================================================================================
95
96public:
97 int vert;
98 int nearest;
99 float dist;
103};
104
105//=============================================================================================================
106// INLINE DEFINITIONS
107//=============================================================================================================
108} // NAMESPACE MNELIB
109
110#endif // MNENEAREST_H
mne library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
QSharedPointer< const MNENearest > ConstSPtr
Definition mne_nearest.h:81
MNEPatchInfo * patch
QSharedPointer< MNENearest > SPtr
Definition mne_nearest.h:80
Patch information for a single source space point including vertex members and area.