33#ifndef DIRECTEDTRANSFERFUNCTION_H
34#define DIRECTEDTRANSFERFUNCTION_H
48#include <QSharedPointer>
91 typedef QSharedPointer<DirectedTransferFunction>
SPtr;
92 typedef QSharedPointer<const DirectedTransferFunction>
ConstSPtr;
Common static knobs shared by every functional-connectivity estimator in CONNECTIVITYLIB.
Export/import macros for the CONNECTIVITYLIB functional-connectivity library.
#define CONNECTIVITYSHARED_EXPORT
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)
DirectedTransferFunction()
QSharedPointer< const DirectedTransferFunction > ConstSPtr
QSharedPointer< DirectedTransferFunction > SPtr
Graph container for one connectivity metric; nodes + weighted edges + threshold/visualisation state.