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