Skip to main content

MNEOperator

Namespace: DISPLIB  ·  Library: Display Library

#include <disp/mneoperator.h>

class DISPLIB::MNEOperator

Light-weight wrapper describing one MNE pre-processing operator (FIR / SSP / compensation).

Stores the operator type, display name, active flag and the underlying matrix / kernel reference so ChannelInfoModel can track which operators a channel is currently subject to.


Public Methods

MNEOperator()


MNEOperator(obj)


MNEOperator(type)


~MNEOperator()

Destructor.


Authors of this file