v2.0.0
Loading...
Searching...
No Matches
networktreeitem.h File Reference

Tree item identifying a connectivity network rendered as instanced nodes and edges. More...

Include dependency graph for networktreeitem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NetworkTreeItem
 Tree item representing a connectivity network. More...

Detailed Description

Tree item identifying a connectivity network rendered as instanced nodes and edges.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

Holds only the unique object key that maps the item back to its CONNECTIVITYLIB::Network payload inside NetworkObject. The actual graph (nodes as spheres, edges as cylinders colour-mapped by weight) lives on the GPU as a pair of instanced meshes, regenerated whenever the threshold or colormap changes.

Definition in file networktreeitem.h.