|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Go to the documentation of this file.
39 #ifndef IMAGCOHERENCE_H
40 #define IMAGCOHERENCE_H
46 #include "../connectivity_global.h"
49 #include "../connectivitysettings.h"
55 #include <QSharedPointer>
71 namespace CONNECTIVITYLIB {
89 typedef QSharedPointer<ImagCoherence>
SPtr;
90 typedef QSharedPointer<const ImagCoherence>
ConstSPtr;
114 #endif // IMAGCOHERENCE_H
QSharedPointer< const ImagCoherence > ConstSPtr
This class holds information about a network, can compute a distance table and provide network metric...
This class provides basic functionalities for all implemented metrics.
#define CONNECTIVITYSHARED_EXPORT
QSharedPointer< ImagCoherence > SPtr
This class is a container for connectivity settings.
This class computes the imaginary coherence connectivity metric.
AbstractMetric class declaration.