| CFIFFLIB::_fiffExp | FIFF tag explanation record mapping a FIFF tag kind to its human-readable description text |
| CBIDSLIB::AbstractFormatReader | Common interface for reading raw neurophysiology data from various file formats (EDF, BrainVision, etc.) used in BIDS datasets |
| CBIDSLIB::BrainVisionReader | The BrainVisionReader reads BrainVision file triplets (.vhdr/.vmrk/.eeg) and exposes them through the AbstractFormatReader interface |
| CBIDSLIB::EDFReader | The EDFReader reads European Data Format (EDF/EDF+) files and exposes them through the AbstractFormatReader interface |
| CCONNLIB::AbstractMetric | This class provides basic functionalities for all implemented metrics |
| CCONNLIB::Coherence | This class computes the coherence connectivity metric |
| CCONNLIB::Coherency | This class computes the coherency connectivity metric |
| CCONNLIB::Correlation | This class computes the correlation metric |
| CCONNLIB::CrossCorrelation | This class computes the cross correlation connectivity metric |
| CCONNLIB::DebiasedSquaredWeightedPhaseLagIndex | Computes the debiased squared weighted phase lag index (DWPLI) connectivity metric |
| CCONNLIB::ImagCoherence | This class computes the imaginary coherence connectivity metric |
| CCONNLIB::PhaseLagIndex | This class computes the phase lag index connectivity metric |
| CCONNLIB::PhaseLockingValue | This class computes the phase locking value connectivity metric |
| CCONNLIB::UnbiasedSquaredPhaseLagIndex | Computes the unbiased squared phase lag index (USPLI) connectivity metric |
| CCONNLIB::WeightedPhaseLagIndex | Computes the weighted phase lag index (WPLI) connectivity metric |
| CUTILSLIB::ArtifactDetect | ECG and EOG physiological artifact event detection |
| CUTILSLIB::ArtifactDetectEcgParams | ECG R-peak detection parameters (defined outside class to avoid Clang/GCC default-argument issues with nested structs) |
| CUTILSLIB::ArtifactDetectEogParams | EOG blink / saccade detection parameters (defined outside class to avoid Clang/GCC default-argument issues with nested structs) |
| CMNELIB::ArtifactRejectionData | Artifact rejection thresholds and flags for each channel type (grad, mag, eeg, eog) used during epoch dropping |
| CFIFFLIB::AverageCategory | |
| CMNELIB::AverageCategory | |
| CFIFFLIB::AverageDescription | |
| CMNELIB::AverageDescription | |
| CUTILSLIB::BadChannelDetect | Automated detection of bad MEG/EEG channels using flat, variance, and correlation criteria |
| CUTILSLIB::BadChannelDetectParams | Bad-channel detection parameters (defined outside class to avoid Clang/GCC default-argument issues with nested structs) |
| CUTILSLIB::SSS::Basis | Precomputed SSS basis and projectors for a given sensor array |
| CINVLIB::bdipEcd | Binary-format dipole record for file I/O, storing fitted dipole parameters and error estimates |
| CFWDLIB::BergSchergPar | Berg-Scherg parameter pair (magnitude and distance multiplier) for an equivalent dipole in the EEG sphere model approximation |
| CBIDSLIB::BidsChannel | Channel metadata record corresponding to one row in *_channels.tsv |
| CBIDSLIB::BidsCoordinateSystem | Coordinate system metadata from *_coordsystem.json |
| CBIDSLIB::BidsDatasetDescription | Dataset-level metadata from dataset_description.json |
| CBIDSLIB::BidsElectrode | Electrode position record corresponding to one row in *_electrodes.tsv |
| CBIDSLIB::BidsEvent | Single event annotation, typically parsed from or written to *_events.tsv |
| CBIDSLIB::BIDSPath | BIDS-compliant path and filename construction |
| CBIDSLIB::BidsRawData | Central container for a BIDS raw dataset, bundling electrophysiological data with all associated sidecar metadata |
| CBIDSLIB::BidsTsv | Generic BIDS TSV file I/O |
| CBrainRenderer | Qt RHI-based 3-D renderer managing scene objects, lighting, camera, and render pipeline for brain visualization |
| CBrainSurface | Renderable cortical surface mesh with per-vertex color, curvature data, and GPU buffer management |
| CBIDSLIB::BrainVisionChannelInfo | Channel info from the .vhdr header |
| CBIDSLIB::BrainVisionMarker | Marker entry from the .vmrk file |
| CCameraController | Camera state and matrix computation |
| CCameraResult | Computed camera matrices (projection, view, model) and vectors for a single viewport |
| CUTILSLIB::CircularBuffer< _Tp > | Thread-safe lock-free circular (ring) buffer for producer-consumer data exchange between threads |
| CINVLIB::CoilParam | Estimated dipole parameters (position, moment, goodness-of-fit) for a single HPI coil |
| CDISPLIB::ColorMap | Color map RGB transformations |
| CFWDLIB::ComputeFwd | Forward solution computation worker |
| CFWDLIB::ComputeFwdSettings | Forward-computation parameter class |
| CCONNLIB::Connectivity | Computes functional connectivity estimates from ConnectivitySettings using the selected metric |
| CCONNLIB::ConnectivitySettings | This class is a container for connectivity settings |
| CUTILSLIB::CosineFilter | Creates a cosine filter response in the frequency domain |
| CMNELIB::CovDefinition | |
| CMNELIB::CovDescription | |
| CDataLoader | Pure I/O helpers that load MNE data files and return results |
| CINVLIB::DipFitError | Residual error and moment vector from a single magnetic dipole fit iteration |
| CINVLIB::dipoleFitFuncsRec | Forward field computation function pointers and client data for MEG and EEG dipole fitting |
| CDipoleObject | Renderable dipole arrow set with instanced GPU rendering for QRhi |
| CBIDSLIB::EDFChannelInfo | Channel-level metadata from the EDF header |
| CMNELIB::RingBuffer::Entry | |
| CUTILSLIB::EpochExtractor | Segments continuous raw data into fixed-length epochs locked to events |
| CUTILSLIB::EpochExtractorParams | Epoch extraction parameters (defined outside class to avoid Clang/GCC default-argument issues with nested structs) |
| CFIFFLIB::Fiff | Static wrapper functions to stay consistent with mne matlab toolbox Note: avoid using the wrappers, prefer the wrapped methods! |
| CFIFFLIB::FiffChInfo | Channel info descriptor |
| CFIFFLIB::FiffChPos | Measurement channel position and coil type |
| CFiffCoordTrans | Coordinate transformation description |
| CFIFFLIB::FiffCoordTrans | Coordinate transformation description |
| CFIFFLIB::FiffCoordTransSet | Coordinate transformation descriptor set |
| CFIFFLIB::FiffCtfComp | CTF software compensation data |
| CFIFFLIB::FiffDataRef | External data reference descriptor |
| CFIFFLIB::FiffDigitizerData | Digitization points container and description |
| CFIFFLIB::FiffDigPoint | Digitization point description |
| CFIFFLIB::FiffDigPointSet | Holds a set of digitizer points |
| CFIFFLIB::FiffDirEntry | Directory entry description |
| CFIFFLIB::FiffDirNode | Directory node structure |
| CFIFFLIB::FiffEvents | FIFF event container with reading, writing and detection |
| CFIFFLIB::FiffEvoked | Evoked data |
| CFIFFLIB::FiffEvokedSet | Evoked data set |
| CFIFFLIB::FiffId | Universally unique identifier |
| CFIFFLIB::FiffInfoBase | Light measurement info |
| CFIFFLIB::FiffInfo | FIFF measurement file information |
| CFIFFLIB::FiffProj | SSP projector data |
| CFIFFLIB::FiffRawData | FIFF raw measurement data |
| CFIFFLIB::FiffRawDir | Raw Directory entry |
| CFIFFLIB::FiffSparseMatrix | FIFF sparse matrix storage |
| CFIFFLIB::FiffTime | Time stamp record storing seconds and microseconds since epoch |
| CMNELIB::FilterData | Pre-computed frequency-domain filter state used for FFT-based raw data filtering |
| CUTILSLIB::FilterIO | Processes txt files which hold filter coefficients |
| CUTILSLIB::FilterKernel | Methods to create/design a FIR filter kernel |
| CRTPROCESSINGLIB::FilterObject | Lightweight filter configuration holding kernel coefficients and overlap-add state for one channel |
| CRTPROCESSINGLIB::FilterOverlapAdd | Applies FIR filtering via FFT-based overlap-add convolution for continuous data streams |
| CUTILSLIB::FilterParameter | Named filter-design parameter descriptor holding a human-readable name and description (e.g. design method or filter type) |
| CMNELIB::FilterSettings | |
| CMNELIB::FilterThreadArg | Thread-local arguments for parallel raw data filtering (channel range, filter kernel, buffer) |
| CUTILSLIB::FirFilter | Discoverable façade over the FilterKernel FIR-filter engine |
| CINVLIB::FitDipUserRec | Workspace for the dipole fitting objective function, holding forward model, measured field, and fit limits |
| CUTILSLIB::FitUser | Workspace for sphere-fitting optimisation, holding 3-D point coordinates and a report flag |
| CUTILSLIB::fitUser | Workspace for sphere-fitting used by the layout maker, holding 3-D point coordinates and fit parameters |
| CFWDLIB::fitUserRec | Workspace for the linear least-squares fit of Berg-Scherg parameters in the EEG sphere model (SVD matrices, residuals, weights) |
| CFWDLIB::FrameNameRec | Lookup record mapping a FIFF coordinate frame integer ID to its human-readable name |
| CMNELIB::frameNameRec_1 | Lookup record mapping a FIFF coordinate frame integer code to its human-readable name |
| CFSLIB::FsAnnotation | Free surfer annotation |
| CFSLIB::FsAnnotationSet | FsAnnotation set |
| CFSLIB::FsColortable | Vertices label based lookup table |
| CFSLIB::FsLabel | Freesurfer/MNE label |
| CFSLIB::FsSurface | FreeSurfer surface mesh |
| CFSLIB::FsSurfaceSet | A hemisphere set of surfaces |
| CFWDLIB::Fwd | Static wrapper functions for the forward library |
| CFWDLIB::FwdBemModel | BEM (Boundary Element Method) model definition |
| CFWDLIB::FwdBemSolution | Mapping from infinite medium potentials to a particular set of coils or electrodes |
| CFWDLIB::FwdCoil | Single MEG or EEG sensor coil with integration points, weights, and coordinate frame |
| CFWDLIB::FwdCoilSet | Collection of FwdCoil objects representing a full MEG or EEG sensor array |
| CFWDLIB::FwdCompData | This structure is used in the compensated field calculations |
| CFWDLIB::FwdEegSphereLayer | Single concentric sphere layer with conductivity ratio for the EEG forward model |
| CFWDLIB::FwdEegSphereModel | Multi-layer spherical head model for EEG forward computation |
| CFWDLIB::FwdEegSphereModelSet | Collection of FwdEegSphereModel objects for multi-model EEG forward solutions |
| CFWDLIB::FwdFieldMap | Computes and stores sensor-to-surface field mapping matrices for MEG/EEG forward solutions |
| CFWDLIB::FwdThreadArg | Thread-local arguments for parallel forward field computation (source range, coils, result buffer) |
| CDISP3DLIB::GeometryInfo | This class holds static methods for sensor-to-mesh mapping and surface constrained distance calculation on a mesh |
| CBrainSurface::GpuBuffers | |
| CDipoleObject::GpuBuffers | |
| CNetworkObject::GpuBuffers | |
| CINVLIB::HpiFitResult | Complete HPI fit output: per-coil dipole parameters, head-to-device transform, fit error, and head movement distance |
| CINVLIB::HPISortStruct | Helper for sorting HPI coil dipole fits by matching each fit to the nearest expected coil position |
| CUTILSLIB::ICA | Independent Component Analysis using the FastICA algorithm (deflationary, logcosh nonlinearity) |
| CUTILSLIB::IcaResult | Result of an ICA decomposition |
| CUTILSLIB::ICommand | The ICommand interface provides the base class of every command of the command design pattern |
| CCOMLIB::Command | Named command with typed parameters for real-time server control |
| CCOMLIB::RawCommand | Parsed but untyped command holding raw string parameters before type resolution |
| CUTILSLIB::IirBiquad | Coefficients of one second-order IIR section (biquad) |
| CUTILSLIB::IirFilter | Butterworth IIR filter design and application using second-order sections |
| CBrainRenderer::Impl | |
| CCONNLIB::ConnectivitySettings::IntermediateSumData | Accumulated cross-spectral and auto-spectral sums across trials for final metric normalization |
| CCONNLIB::ConnectivitySettings::IntermediateTrialData | Per-trial intermediate frequency-domain data used during connectivity computation |
| CDISP3DLIB::Interpolation | This class holds methods for creating distance-based weight matrices and for interpolating signals |
| CINVLIB::InvBeamformer | Computed beamformer spatial filter container |
| CINVLIB::InvBeamformerCompute | Core beamformer math |
| CINVLIB::InvConnectivity | Pairwise source connectivity matrix with measure, directionality, and frequency/time metadata |
| CINVLIB::InvDICS | DICS beamformer (frequency-domain) |
| CINVLIB::InvDipole< T > | Stores position, orientation, and correlation of a single current dipole estimated by RAP MUSIC |
| CINVLIB::InvDipoleFit | High-level driver for sequential dipole fitting |
| CINVLIB::InvDipoleFitData | Dipole fit workspace holding sensor geometry, forward model, noise covariance, and projection data |
| CINVLIB::InvDipoleFitSettings | Dipole Fit setting implementation |
| CINVLIB::InvDipoleForward | Stores forward field matrices and SVD decomposition for magnetic dipole fitting |
| CINVLIB::InvDipolePair< T > | Pair of correlated dipole indices and orientations found by the RAP MUSIC scanning step |
| CINVLIB::InvEcd | Single equivalent current dipole with position, orientation, amplitude, and goodness-of-fit |
| CINVLIB::InvEcdSet | Holds a set of Electric Current Dipoles |
| CINVLIB::InvFocalDipole | Single focal dipole with free 3D position, moment, and fit-quality metrics |
| CINVLIB::InvGuessData | Precomputed guess point grid with forward fields for initial dipole position candidates |
| CINVLIB::InvHpiDataUpdater | Preprocesses raw HPI coil data (SSP projection, compensation, sinusoidal model fitting) before dipole localization |
| CINVLIB::InvHpiFit | HPI Fit algorithms |
| CINVLIB::InvHpiFitData | HPI Fit algorithm data structure |
| CINVLIB::InvHpiModelParameters | Configuration parameters for the HPI signal model (line frequency, coil frequencies, sample rate, buffer size) |
| CINVLIB::InvLCMV | LCMV beamformer (time-domain) |
| CINVLIB::InvMinimumNorm | Minimum norm estimation |
| CINVLIB::InvRapMusic | RAP MUSIC (Recursively Applied and Projected Multiple Signal Classification) source localization algorithm |
| CINVLIB::InvPwlRapMusic | Powell-accelerated RAP MUSIC variant using gradient-free optimization for refined dipole fitting |
| CINVLIB::InvSensorSet | Stores MEG sensor geometry (positions, orientations, weights, coil count) for a single sensor type |
| CINVLIB::InvSensorSetCreator | Builds InvSensorSet objects from FiffInfo channel definitions, applying SSP projections and compensation |
| CINVLIB::InvSignalModel | Generates the forward sinusoidal model matrix for HPI coil signals at known drive frequencies |
| CINVLIB::InvSourceCoupling | N-tuple of correlated grid sources with orientations and correlation matrix |
| CINVLIB::InvSourceEstimate | Source estimation |
| CINVLIB::InvToken | One element of a tokenised neural-source representation |
| CINVLIB::InvTokenizeOptions | Tokenization options controlling layer inclusion and sub-sampling |
| CUTILSLIB::IObserver | The IObserver interface provides the base class of every observer of the observer design pattern |
| CCOMLIB::CommandManager | Registry of available commands; dispatches parsed command strings to the matching Command handler |
| CUTILSLIB::IOUtils | Eigen matrix I/O utilities |
| CUTILSLIB::KMeans | K-Means Clustering |
| CUTILSLIB::LayoutLoader | Processes AsA .elc files which contain the electrode positions of a EEG hat |
| CUTILSLIB::LayoutMaker | Make layout files from given 3D points |
| CUTILSLIB::Linalg | Static linear algebra utility functions |
| CMeshFactory | Static factory for procedural mesh primitives |
| CCOMLIB::MetaData | Bundles FiffInfo and FiffDigitizerData received from mne_rt_server for a measurement session |
| CFWDLIB::MethodExpl | |
| CMNELIB::MNE | Wrapper functions to stay consistent with mne matlab toolbox |
| CMNELIB::MNEBem | BEM descritpion |
| CMNELIB::MNEChSelection | |
| CMNELIB::MNEClusterInfo | Cluster information |
| CMNELIB::MNECovMatrix | Covariance matrix storage |
| CMNELIB::MNECTFCompData | Represents a single CTF compensation data element |
| CMNELIB::MNECTFCompDataSet | Collection of CTF third-order gradient compensation operators |
| CMNELIB::MNEDeriv | One item in a derivation data set |
| CMNELIB::MNEDerivSet | Collection of MNEDeriv channel derivation definitions loaded from a file |
| CMNELIB::MNEDescriptionParser | |
| CMNELIB::MNEEpochData | Epoch data |
| CMNELIB::MNEEvent | Single trigger-event marker |
| CMNELIB::MNEEventList | Ordered list of trigger-event markers |
| CMNELIB::MNEFilterDef | |
| CMNELIB::MNEForwardSolution | Forward operator |
| CMNELIB::MNEInverseOperator | MNE-style inverse operator |
| CMNELIB::MNELayout | Full plotter layout with viewports |
| CMNELIB::MNELayoutPort | Single viewport in a plotter layout |
| CUTILSLIB::MNELogger | Custom Qt message handler that formats and routes qDebug/qWarning/qCritical output to file or console |
| CMNELIB::MNEMeasData | Measurement data container for MNE inverse and dipole-fit computations |
| CMNELIB::MNEMeasDataSet | Single measurement epoch or average within MNEMeasData |
| CMNELIB::MNEMghTag | Single tag entry in a FreeSurfer MGH/MGZ file header |
| CMNELIB::MNEMghTagGroup | Collection of MNEMghTag entries from a FreeSurfer MGH/MGZ file footer |
| CMNELIB::MNEMneData | Data associated with MNE computations for each mneMeasDataSet |
| CMNELIB::MNEMorphMap | Vertex-to-vertex mapping between two FreeSurfer surface meshes for morphing source estimates |
| CMNELIB::MNEMshColorScaleDef | Color scale definition with value range and color mapping for surface visualization |
| CMNELIB::MNEMshDisplaySurfaceSet | The MNE Msh Display FsSurface Set class holds information about a set of surfaces to be rendered |
| CMNELIB::MNEMshEyes | Eye/camera position and gaze direction for 3-D surface rendering |
| CMNELIB::MNEMshLight | Single light source with position, color, and state for 3-D surface rendering |
| CMNELIB::MNEMshLightSet | Collection of lights defining the lighting setup for 3-D rendering |
| CMNELIB::MNEMshPicked | Picked point on a displayed surface storing vertex index, coordinates, and source value |
| CMNELIB::MNENamedMatrix | A dense matrix with named rows and columns |
| CMNELIB::MNENamedVector | |
| CMNELIB::MNENearest | This is used in the patch definitions |
| CDISPLIB::MNEOperator | MNEOperator class represents the base class of an arbitrary MNEOperator, e.g. FILTER,PCA,AVERAGE. All specific Operators must be derived from MNEOperator, see the FilterOperator class |
| CMNELIB::MNEPatchInfo | Patch information for a single source space point including vertex members and area |
| CMNELIB::MNEProjData | Auxiliary projection data computed from MNEProjOp for efficient repeated application |
| CMNELIB::MNEProjectToSurface | Projects 3-D points onto a triangulated surface mesh and returns nearest vertices and distances |
| CMNELIB::MNEProjItem | A single SSP (Signal-Space Projection) item |
| CMNELIB::MNEProjOp | Projection operator managing a set of linear projection items and the final compiled projector matrix |
| CMNELIB::MNERawBufDef | Definition of one raw data buffer within a FIFF file |
| CMNELIB::MNERawData | A comprehensive raw data structure |
| CMNELIB::MNERawInfo | Information about raw data in a FIFF file |
| CMNELIB::MNESourceSpaces | Source Space descritpion |
| CMNELIB::MNESparseNamedMatrix | |
| CMNELIB::MNESssData | Container for Signal Space Separation (SSS/Maxwell filtering) expansion coefficients and metadata |
| CMNELIB::MNESurfaceOrVolume | Defines a source space or a surface |
| CMNELIB::MNESourceSpace | This defines a source space |
| CMNELIB::MNEHemisphere | Hemisphere provides geometry information |
| CMNELIB::MNESurface | This defines a surface |
| CMNELIB::MNEBemSurface | BEM surface provides geometry information |
| CMNELIB::MNEMshDisplaySurface | The MNE Msh Display FsSurface class holds information about a surface to be rendered |
| CMNELIB::MNESurfacePatch | Cortical surface patch linking a set of vertices to a single source space point |
| CMNELIB::MNETriangle | Per-triangle geometric data for a cortical or BEM surface |
| CMNELIB::MNEVolGeom | MRI data volume geometry information like FreeSurfer keeps it |
| CMRILIB::MriCorFifIO | COR.fif FIFF file writer |
| CMRILIB::MriCorIO | FreeSurfer COR slice file reader |
| CMRILIB::MriMghIO | FreeSurfer MGH/MGZ file reader |
| CMRILIB::MriSlice | Single MRI slice data |
| CMRILIB::MriVolData | MRI volume data from FreeSurfer MGH/MGZ file |
| CMultiViewLayout | Multi-view geometry computations |
| CCONNLIB::Network | This class holds information about a network, can compute a distance table and provide network metrics |
| CCONNLIB::NetworkEdge | This class holds an object to describe the edge of a network |
| CCONNLIB::NetworkNode | This class holds an object to describe the node of a network |
| CNetworkObject | Renderable network visualization for QRhi |
| CUTILSLIB::Numerics | Static numerical utility functions |
| CINVLIB::Pair | Index pair representing two grid points evaluated together in the RAP MUSIC subspace scan |
| CPickResult | Result of a ray–mesh intersection test containing the hit point, triangle index, and distance |
| CMNELIB::ProcessingSettings | |
| CQAbstractItemDelegate | |
| CDISPLIB::FrequencySpectrumDelegate | Frequency delegate which creates the plot paths |
| CDISPLIB::RtFiffRawViewDelegate | RTMSA delegate which creates the plot paths |
| CQAbstractTableModel | |
| CDISPLIB::ChannelInfoModel | Table model exposing per-channel metadata (name, type, unit, position) for QTableView display |
| CDISPLIB::EvokedSetModel | Implements the data access model for evoked set data |
| CDISPLIB::FrequencySpectrumModel | Implements the data access model for a real-time multi sample array data stream |
| CDISPLIB::RtFiffRawViewModel | Implements the data access model for a real-time multi sample array data stream |
| CQByteArray | |
| CFIFFLIB::FiffTag | FIFF data tag |
| CQDataStream | |
| CFIFFLIB::FiffStream | FIFF File I/O routines |
| CQDockWidget | |
| CDISPLIB::MultiViewWindow | Sub windows as QDockWidgets |
| CQGraphicsItem | |
| CDISPLIB::SelectionSceneItem | Graphics item representing a selectable electrode or channel in a 2-D layout scene |
| CQGraphicsObject | |
| CDISPLIB::AverageSceneItem | New data structure for visualizing averages in a 2D layout |
| CQGraphicsScene | |
| CDISPLIB::LayoutScene | Reimplemented QGraphicsScene for 2D layout plotting. This class handles all the user interaction features (subclass in order to use) |
| CDISPLIB::AverageScene | Reimplemented QGraphicsScene for 2D layout plotting |
| CDISPLIB::FilterPlotScene | Scene where a filter response can be plotted |
| CDISPLIB::SelectionScene | Reimplemented QGraphicsScene for 2D layout plotting |
| CQList | |
| CMNELIB::MNEEpochDataList | Epoch data list |
| CQMainWindow | |
| CDISPLIB::MultiView | Inherits from QMainWindow and provides a view which supports dock widgets |
| CQObject | |
| CCOMLIB::Command | Named command with typed parameters for real-time server control |
| CCOMLIB::CommandManager | Registry of available commands; dispatches parsed command strings to the matching Command handler |
| CCOMLIB::CommandParser | Tokenizes and parses JSON or CLI command strings into RawCommand objects |
| CCOMLIB::RawCommand | Parsed but untyped command holding raw string parameters before type resolution |
| CDISP3DLIB::RtSensorDataWorker | Background worker for real-time sensor data streaming |
| CDISP3DLIB::RtSensorInterpolationMatWorker | Background worker for computing sensor field mapping matrices |
| CDISP3DLIB::RtSourceDataWorker | Background worker for real-time source estimate streaming |
| CDISP3DLIB::RtSourceInterpolationMatWorker | Background worker for computing source interpolation matrices |
| CFIFFLIB::FiffFileSharer | Utility for sharing FIFF file data between processes or threads via memory-mapped I/O |
| CFIFFLIB::FiffIO | High-level reader/writer that loads and saves complete FIFF measurement files |
| CRTPROCESSINGLIB::RtAveraging | Controller that manages RtAveragingWorker for online epoch averaging with baseline correction |
| CRTPROCESSINGLIB::RtAveragingWorker | Background worker thread that accumulates and averages epochs in real time |
| CRTPROCESSINGLIB::RtConnectivity | Controller that manages RtConnectivityWorker for online connectivity computation |
| CRTPROCESSINGLIB::RtConnectivityWorker | Background worker thread that computes functional connectivity metrics in real time |
| CRTPROCESSINGLIB::RtCov | Controller that manages background covariance matrix estimation from streaming data |
| CRTPROCESSINGLIB::RtHpi | Controller that manages RtHpiWorker for continuous head position tracking |
| CRTPROCESSINGLIB::RtHpiWorker | Background worker thread that runs continuous HPI coil localization |
| CRTPROCESSINGLIB::RtInvOp | Controller that manages RtInvOpWorker for online inverse operator updates |
| CRTPROCESSINGLIB::RtInvOpWorker | Background worker thread that recomputes the MNE inverse operator when covariance updates arrive |
| CRTPROCESSINGLIB::RtNoise | Controller that manages RtNoiseWorker for real-time noise spectrum estimation |
| CRTPROCESSINGLIB::RtNoiseWorker | Background worker that computes a noise power spectral density estimate from accumulated data blocks |
| CRtSensorDataController | Controller for real-time sensor data streaming |
| CRtSensorStreamManager | Real-time sensor streaming lifecycle manager |
| CRtSourceDataController | Controller for real-time source estimate streaming |
| CSourceEstimateManager | Source estimate lifecycle manager |
| CStcLoadingWorker | Background worker that loads source estimate (STC) files and emits loaded data for visualization |
| CUTILSLIB::ParksMcClellan | Parks-McClellan equiripple FIR filter design algorithm (Remez exchange) |
| CQOpenGLWidget | |
| CDISPLIB::ButterflyView | Butterfly plot widget overlaying multiple channel waveforms in a single time-series view |
| CQRhiWidget | |
| CBrainView | Top-level QWidget hosting the QRhi-based 3-D brain visualization with mouse interaction and multi-view support |
| CQSharedData | |
| CFIFFLIB::FiffCov | Covariance data |
| CFIFFLIB::FiffNamedMatrix | A named matrix |
| CQStandardItem | |
| CAbstractTreeItem | Base tree item providing check-state, visibility, and data-role storage for all 3-D scene items |
| CBemTreeItem | Tree item representing a BEM surface layer in the 3-D scene hierarchy |
| CDigitizerTreeItem | Digitizer point group tree item |
| CDipoleTreeItem | Tree item representing a set of fitted dipoles in the 3-D scene hierarchy |
| CNetworkTreeItem | Tree item representing a connectivity network |
| CSensorTreeItem | Tree item representing MEG or EEG sensor positions in the 3-D scene hierarchy |
| CSourceSpaceTreeItem | Source space point tree item |
| CSurfaceTreeItem | Tree item representing a FreeSurfer cortical surface in the 3-D scene hierarchy |
| CDigitizerSetTreeItem | Digitizer point set container tree item |
| CQStandardItemModel | |
| CBrainTreeModel | Hierarchical item model organizing all 3-D scene objects (surfaces, sensors, sources, networks) for QTreeView |
| CDISPLIB::BidsViewModel | Base data container |
| CQTcpSocket | |
| CCOMLIB::RtCmdClient | TCP client for sending JSON commands to and receiving responses from mne_rt_server (port 4217) |
| CCOMLIB::RtDataClient | TCP client for streaming raw MEG/EEG measurement data from mne_rt_server (port 4218) |
| CQThread | |
| CCOMLIB::RtClient | Threaded client that connects to mne_rt_server, retrieves measurement info, and streams raw data buffers |
| CQWidget | |
| CDISPLIB::AbstractView | Base calss for all Disp viewers |
| CDISPLIB::ApplyToView | Dialog for selecting which views receive a particular configuration change |
| CDISPLIB::ArtifactSettingsView | Artifact rejection settings view |
| CDISPLIB::AverageLayoutView | Widget for a 2D average layout |
| CDISPLIB::AverageSelectionView | View to activate and choose colors for different averages |
| CDISPLIB::AveragingSettingsView | Averaging settings view |
| CDISPLIB::BidsView | The DataManagerView class provides the plugin control |
| CDISPLIB::ChannelSelectionView | Channel selection window |
| CDISPLIB::CompensatorView | View to select the compensators |
| CDISPLIB::ConnectivitySettingsView | View to control settings for estiamting functional connectivity |
| CDISPLIB::Control3DView | User GUI control for the View3D |
| CDISPLIB::CoregSettingsView | Settings panel for MEG-MRI co-registration parameters and fiducial alignment |
| CDISPLIB::CovarianceSettingsView | User GUI control for Covariance estimation |
| CDISPLIB::DipoleFitView | Settings panel for configuring and launching equivalent current dipole (InvEcd) fitting |
| CDISPLIB::FiffRawViewSettings | View to select different channel data view dependent settings |
| CDISPLIB::FilterDesignView | A manager for temporal filtering |
| CDISPLIB::FilterSettingsView | View to select between different modalities |
| CDISPLIB::FwdSettingsView | QWidget for the real-time Forward Solution controls |
| CDISPLIB::HpiSettingsView | QWidget for the HPI controls |
| CDISPLIB::MinimumNormSettingsView | View to control settings for estiamting functional connectivity |
| CDISPLIB::ModalitySelectionView | View to select between different modalities |
| CDISPLIB::ProgressView | Indeterminate progress bar widget shown during long-running operations |
| CDISPLIB::ProjectSettingsView | Viewer to setup and manage the file name before the acquisition starts |
| CDISPLIB::ProjectorsView | View to select projectors |
| CDISPLIB::RtFiffRawView | Real-time channel view display |
| CDISPLIB::ScalingView | View to select the scaling for different channels modalities |
| CDISPLIB::SpectrumSettingsView | Settings for the spectrum estimation |
| CDISPLIB::SpectrumView | Spectrum view |
| CDISPLIB::SpharaSettingsView | View to select the SPHARA settings |
| CDISPLIB::TfSettingsView | View to control settings for time frequency analysis |
| CDISPLIB::TriggerDetectionView | View to control the trigger detection |
| CDISPLIB::Bar | Bar class for histogram display using QPainter |
| CDISPLIB::DraggableFramelessWidget | Draggable and frameless QWidget |
| CDISPLIB::QuickControlView | Quick control view for scaling, filtering, projector and other control options |
| CDISPLIB::Graph | Base class for graphs |
| CDISPLIB::ImageSc | Eigen matrix visualization |
| CDISPLIB::Plot | Vector plot |
| CDISPLIB::LinePlot | Line Plot |
| CDISPLIB::ScaleControl | Packs together a QLabel, a DoubleSpinbox and a Slider with the necessary facilities for the interaction between them |
| CDISPLIB::Spline | Spline class for histogram display using QPainter |
| CDISPLIB::TFplot | Vector plot |
| CRayPicker | Ray casting and intersection testing |
| CMNELIB::RegionData | Input parameters for cluster-based forward solution computation on a single cortical region |
| CMNELIB::RegionDataOut | Output of a cluster-based forward solution computation for a single cortical region |
| CMNELIB::RegionMT | Input parameters for multi-threaded KMeans clustering on a single cortical region |
| CMNELIB::RegionMTOut | Output of a multi-threaded KMeans clustering step for a single cortical region |
| CFIFFLIB::RejectionParams | |
| CMNELIB::RejectionParams | |
| CUTILSLIB::Resample | Polyphase anti-aliased rational resampling for MEG/EEG data |
| CMNELIB::RingBuffer | Circular ring buffer for managing raw-data matrix allocations |
| CRTPROCESSINGLIB::RtCovComputeResult | Bundled output of a real-time covariance computation step containing the covariance matrix and sample count |
| CRTPROCESSINGLIB::RtInvOpInput | Input bundle for the real-time inverse operator worker containing noise covariance, forward solution, and settings |
| CBrainRenderer::SceneData | Aggregated GPU resources and render state for the 3-D brain visualization scene |
| CUTILSLIB::SelectionIO | Processes selection files (mne .sel) files which contain the chanels for each selection group |
| CDISPLIB::SelectionItem | The SelectionSceneItem class provides a new data structure for visualizing channels in a 2D layout |
| CSensorFieldMapper | Sensor-to-surface field mapper that interpolates MEG/EEG measurements onto cortical meshes and generates iso-contour overlays |
| CDataLoader::SensorLoadResult | Return value bundling loaded sensor geometry, labels, and channel-to-sensor mapping |
| CUTILSLIB::SimplexAlgorithm | Simplex algorithm |
| CSourceEstimateOverlay | Color-mapped source estimate overlay that interpolates activation values onto a cortical surface mesh |
| CUTILSLIB::SpectogramInputData | Input parameters for short-time Fourier transform spectrogram computation |
| CUTILSLIB::Spectral | Computes spectral measures of input data |
| CUTILSLIB::Spectrogram | Computes time-frequency spectrograms via short-time Fourier transform with configurable window and overlap |
| CUTILSLIB::Sphere | Describes a 3D sphere object |
| CUTILSLIB::SSS | |
| CUTILSLIB::SSSParams | Implements Signal Space Separation (SSS) and temporal SSS (tSSS) for MEG data |
| CLSLLIB::stream_info | Describes a particular stream on the network |
| CLSLLIB::stream_inlet | A stream inlet to receive data from a stream_outlet on the network |
| CLSLLIB::stream_outlet | A stream outlet to publish data on the network |
| CLSLLIB::StreamInletPrivate | |
| CLSLLIB::StreamOutletPrivate | |
| CUTILSLIB::Subject | Base class of every subject of the observer design pattern |
| CCOMLIB::CommandParser | Tokenizes and parses JSON or CLI command strings into RawCommand objects |
| CSubView | Viewport subdivision holding its own camera, projection, and scissor rectangle |
| CFWDLIB::SurfExpl | |
| CUTILSLIB::TaperedSpectraInputData | Input parameters for multi-taper spectral estimation (data matrix, taper weights, frequencies, sample rate) |
| CVertexData | Interleaved vertex attributes (position, normal, color, curvature) for brain surface GPU upload |
| CViewVisibilityProfile | Per-view toggle flags controlling which data layers (brain, sensors, sources, network) are visible |
| CCONNLIB::VisualizationInfo | Holds threshold and color settings for network edge visualization |
| CUTILSLIB::Warp | Thin Plate Spline Warp |
| CBIDSLIB::BidsRawData::WriteOptions | Options controlling how write() operates |