Tree item holding one hemisphere of source-space dipole positions rendered as batched spheres. More...
#include "../../disp3D_global.h"#include "abstracttreeitem.h"#include <QVector3D>#include <QVector>

Go to the source code of this file.
Classes | |
| class | SourceSpaceTreeItem |
| Source space point tree item. More... | |
Tree item holding one hemisphere of source-space dipole positions rendered as batched spheres.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Source-space points come from MNELIB::MNESourceSpaces (the decimated cortical grid used by the forward model). Each hemisphere is rendered as a single batched-sphere mesh built by MeshFactory::createBatchedSpheres so the typical ~7500-point ico-4 grid stays at one draw call per hemisphere.
Definition in file sourcespacetreeitem.h.