|
| | network.cpp |
| | Implementation of CONNECTIVITYLIB::Network - graph container for one connectivity result, including thresholding, distance-table computation and full / thresholded adjacency-matrix extraction.
|
| | network.h |
| | Graph container that stores the result of one functional-connectivity metric as nodes (sources/sensors) and weighted edges (channel-pair couplings).
|
| | networkedge.cpp |
| | Implementation of CONNECTIVITYLIB::NetworkEdge - directional weighted edge with per-frequency weight matrix and configurable band-averaging window.
|
| | networkedge.h |
| | Weighted edge between two NetworkNode instances; stores the full per-frequency weight matrix and the scalar band-averaged weight.
|
| | networknode.cpp |
| | Implementation of CONNECTIVITYLIB::NetworkNode - 3D-positioned graph node with in/out and full/thresholded incident-edge bookkeeping.
|
| | networknode.h |
| | Node of a connectivity Network; carries a 3D position and the lists of incident (in / out, full / thresholded) edges.
|