38#ifndef IMAGCOHERENCE_H
39#define IMAGCOHERENCE_H
54#include <QSharedPointer>
96 typedef QSharedPointer<ImagCoherence>
SPtr;
97 typedef QSharedPointer<const ImagCoherence>
ConstSPtr;
Common static knobs shared by every functional-connectivity estimator in CONNECTIVITYLIB.
Export/import macros for the CONNECTIVITYLIB functional-connectivity library.
#define CONNECTIVITYSHARED_EXPORT
Input-data and parameter container shared by every functional-connectivity metric in CONNECTIVITYLIB.
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
Aggregates trial data, spectral cache and node geometry shared by all CONNECTIVITYLIB metrics.
static Network calculate(ConnectivitySettings &connectivitySettings)
QSharedPointer< ImagCoherence > SPtr
QSharedPointer< const ImagCoherence > ConstSPtr
Graph container for one connectivity metric; nodes + weighted edges + threshold/visualisation state.