Digitizer point set container tree item. More...
#include <digitizersettreeitem.h>
Public Member Functions | |
| DigitizerSetTreeItem (const QString &text, const QList< FIFFLIB::FiffDigPoint > &digitizerPoints) | |
| ~DigitizerSetTreeItem ()=default | |
| DigitizerTreeItem * | categoryItem (int kind) const |
| int | totalPointCount () const |
Digitizer point set container tree item.
DigitizerSetTreeItem is a container item that groups digitizer points by category. It parses a list of FiffDigPoint entries and creates child DigitizerTreeItem instances for each category: Cardinal (Nasion, LPA, RPA), HPI, EEG, and Extra (head shape).
This matches the disp3D DigitizerSetTreeItem pattern, providing per-category color coding, sizing, and independent visibility control.
Category color scheme (matching disp3D):
Definition at line 76 of file digitizersettreeitem.h.

|
explicit |
Constructs a DigitizerSetTreeItem from a list of FIFF digitizer points.
| [in] | text | Display text (e.g. "Digitizer"). |
| [in] | digitizerPoints | List of FIFF digitizer points to categorize. |
Definition at line 54 of file digitizersettreeitem.cpp.
|
default |
| DigitizerTreeItem * DigitizerSetTreeItem::categoryItem | ( | int | kind | ) | const |
Returns the child DigitizerTreeItem for a given category, or nullptr.
| [in] | kind | The digitizer point category to find. |
Definition at line 152 of file digitizersettreeitem.cpp.
| int DigitizerSetTreeItem::totalPointCount | ( | ) | const |
Returns the total number of digitizer points across all categories.
Definition at line 165 of file digitizersettreeitem.cpp.