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

Ordered list of MNELIB::MNEEvent records. More...

#include "mne_global.h"
#include "mne_event.h"
#include <memory>
#include <vector>
Include dependency graph for mne_event_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEEventList
 Ordered list of trigger-event markers. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Ordered list of MNELIB::MNEEvent records.

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

MNELIB::MNEEventList wraps the per-recording event list with the helpers needed by epoching (search by id, slice by time window) and by FIFF / ASCII round-trip with the .eve format.

Definition in file mne_event_list.h.