▼ applications | |
► mne_analyze_qt | |
► Views | |
baseview.cpp | |
baseview.h | |
view3d.cpp | |
view3d.h | |
► Windows | |
aboutwindow.cpp | |
aboutwindow.h | |
mainwindow.cpp | |
mainwindow.h | |
viewerwidget.cpp | |
viewerwidget.h | |
info.h | |
main.cpp | |
► mne_browse_raw_qt | |
► Delegates | |
averagedelegate.cpp | Implementation of AverageDelegate of mne_browse_raw_qt |
averagedelegate.h | Contains the declaration of the AverageDelegate class |
eventdelegate.cpp | Implementation of delegate of EventDelegate |
eventdelegate.h | Contains the declaration of the EventDelegate class |
rawdelegate.cpp | Implementation of delegate of mne_browse_raw_qt |
rawdelegate.h | This class represents the delegate of the model/view framework of mne_browse_raw_qt application. Since it is derived from the QAbstractItemDelegate class [1], the virtual functions paint() und sizeHint() need to be reimplemented. The paint() function is invoked from the connected QTableView for each table cell for any individual item with a certain QModelIndex. The task of this function is to paint this cell with the data that is requested by index.model()->data(index,Qt::DisplayRole); with the corresponding QModelIndex |
► Models | |
averagemodel.cpp | This class represents the average model of the model/view framework of mne_browse_raw_qt application |
averagemodel.h | This class represents the average model of the model/view framework of mne_browse_raw_qt application |
chinfomodel.cpp | |
chinfomodel.h | |
eventmodel.cpp | This class represents the event model of the model/view framework of mne_browse_raw_qt application |
eventmodel.h | This class represents the event model of the model/view framework of mne_browse_raw_qt application |
projectionmodel.cpp | This class represents the projection model of the model/view framework of mne_browse_raw_qt application |
projectionmodel.h | This class represents the projection model of the model/view framework of mne_browse_raw_qt application |
rawmodel.cpp | This class represents the model of the model/view framework of mne_browse_raw_qt application |
rawmodel.h | This class represents the model of the model/view framework of mne_browse_raw_qt application. It is derived from QAbstractTableModel so the virtual functions rowCount(),columnCount() and data() needed to be reimplemented. The delegate requests the data for any individual table cell by invoking data(QModelIndex index, int role) and a certain role. DisplayRole is the standard role for requesting the plain data. Other roles such as BackgroundRole are requested to fill a cell with a certain background color with respect to the individual index. For further information see [1] |
► Utils | |
averagescene.cpp | Contains the implementation of the AverageScene class |
averagescene.h | Contains the declaration of the AverageScene class |
averagesceneitem.cpp | Contains the implementation of the AverageSceneItem class |
averagesceneitem.h | Contains the declaration of the AverageSceneItem class |
butterflyscene.cpp | Contains the implementation of the ButterflyScene class |
butterflyscene.h | Contains the declaration of the ButterflyScene class |
butterflysceneitem.cpp | Contains the implementation of the ButterflySceneItem class |
butterflysceneitem.h | Contains the declaration of the ButterflySceneItem class |
datamarker.cpp | |
datamarker.h | Contains the declaration of the DataMarker class |
datapackage.cpp | Contains the implementation of the DataPackage class |
datapackage.h | Contains the declaration of the DataPackage class |
filteroperator.cpp | Contains all FilterOperators |
filteroperator.h | The FilterOperator class represents a derived class from an arbitrary MNEOperator class object. Thus, it is a filter object that generates the FIR filter coefficients using Park's McClellan's filter design algorithm [1] and offers a overlap-add method [2] for frequency filtering of an input sequence. In this regard, the filter coefficients of a certain filter order are zero-padded to fill a length of an multiple integer of a power of 2 in order to efficiently compute a FFT. The length of the FFT is given by the next power of 2 of the length of the input sequence. In order to avoid circular-convolution, the input sequence is given by the FFT-length-NumFilterTaps |
filterplotscene.cpp | |
filterplotscene.h | Contains the implementation of the FilterPlotScene class |
info.h | |
layoutscene.cpp | |
layoutscene.h | |
mneoperator.cpp | 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 |
mneoperator.h | Contains all MNEOperators |
newparksmcclellan.cpp | |
newparksmcclellan.h | |
rawsettings.cpp | Contains all application settings |
rawsettings.h | In this RawSettings class all mne_browse_raw_qt settings are managed. In order to store settings from the last mne_browse_raw_qt session, the class uses the QtSettings class of Qt. [1] Using QSettings, the entries are stored locally in a OS-specific place from where they shall be loaded at each start of mne_browse_raw_qt if they were already set (this is not yet implemented -> ToDo) |
selectionscene.cpp | |
selectionscene.h | |
selectionsceneitem.cpp | |
selectionsceneitem.h | |
types.h | Contains general application specific types |
► Views | |
rawview.cpp | |
rawview.h | |
► Windows | |
aboutwindow.cpp | |
aboutwindow.h | |
averagewindow.cpp | Contains the implementation of the AverageWindow class |
averagewindow.h | Contains the declaration of the AverageWindow class |
chinfowindow.cpp | Contains the implementation of the ChInfoWindow class |
chinfowindow.h | Contains the declaration of the ChInfoWindow class |
datawindow.cpp | |
datawindow.h | Contains the implementation of the DataWindow class |
eventwindow.cpp | |
eventwindow.h | Contains the implementation of the EventWindow class |
filterwindow.cpp | Contains the implementation of the FilterWindow class |
filterwindow.h | Contains the declaration of the FilterWindow class |
informationwindow.cpp | |
informationwindow.h | Contains the implementation of the InformationWindow class |
mainwindow.cpp | |
mainwindow.h | |
projectionwindow.cpp | Contains the implementation of the ProjectionWindow class |
projectionwindow.h | Contains the declaration of the ProjectionWindow class |
scalewindow.cpp | Contains the implementation of the ScaleWindow class |
scalewindow.h | Contains the declaration of the ScaleWindow class |
selectionmanagerwindow.cpp | |
selectionmanagerwindow.h | |
main.cpp | |
► mne_matching_pursuit | |
deletemessagebox.cpp | Implementation of the DeleteMesssageBox Class |
deletemessagebox.h | DeleteMessageBox class declaration, which asked for acknowledgment to delete dictionaries or formulas |
editorwindow.cpp | Implementation of the EditorWindow class |
editorwindow.h | Editorwindow class declaration which enables the generation of individual dictionaries. Gaussian atoms (with parameters scale, modulation and phase) or chirp atoms could be created and saved as part dictionaries. For using the atoms for decompostion it's necessary to build an entire dictionary from serveral (minimum one) part dictionaries |
enhancededitorwindow.cpp | Implementation of EnhancedEditorWindow class |
enhancededitorwindow.h | EnhancedEditorWindow class declaration which enables the adaption of parameters for stored formulas |
formulaeditor.cpp | Implementation of FormulaEditor class |
formulaeditor.h | FormulaEditor class declaration which allows the definition of individual atomformulas for the usage in FixDictMp-Algorithm |
main.cpp | |
mainwindow.cpp | |
mainwindow.h | |
processdurationmessagebox.cpp | Implemenation of ProcessDurationMessagebox class |
processdurationmessagebox.h | ProcessDurationMessagebox class declaration which gives the notice that calculation might take long |
settingwindow.cpp | |
settingwindow.h | |
treebaseddictwindow.cpp | |
treebaseddictwindow.h | |
► mne_rt_server | |
► connectors | |
► BabyMEG | |
babymeg.cpp | |
babymeg.h | |
babymeg_global.h | |
babymegclient.cpp | |
babymegclient.h | |
babymeginfo.cpp | |
babymeginfo.h | |
► FiffSimulator | |
fiffproducer.cpp | Implementation of the DataProducer Class |
fiffproducer.h | |
fiffsimulator.cpp | |
fiffsimulator.h | |
fiffsimulator_global.h | |
► Neuromag | |
collectorsocket.cpp | |
collectorsocket.h | Implementation of the CollectorSocket Class |
dacqserver.cpp | Implementation of the DacqServer Class |
dacqserver.h | Declaration of the DacqServer Class |
neuromag.cpp | |
neuromag.h | |
neuromag_global.h | |
shmemsocket.cpp | |
shmemsocket.h | Implementation of the ShmemSocket Class |
types_definitions.h | Neuromag Types and Defines |
► mne_rt_server | |
commandserver.cpp | Implementation of the CommandServer Class |
commandserver.h | Implementation of the CommandServer Class |
commandthread.cpp | Implementation of the CommandThread Class |
commandthread.h | Implementation of the CommandThread Class |
connectormanager.cpp | Implementation of the ConnectorManager Class |
connectormanager.h | Implementation of the ConnectorManager Class |
fiffstreamserver.cpp | Implementation of the FiffStreamServer Class |
fiffstreamserver.h | Implementation of the FiffStreamServer Class |
fiffstreamthread.cpp | Implementation of the FiffStreamThread Class |
fiffstreamthread.h | Implementation of the FiffStreamThread Class |
IConnector.h | The connector interface |
IServer.h | The server interface |
main.cpp | |
mne_rt_commands.h | Contains mne rt constants |
mne_rt_server.cpp | Implementation of the MNERTServer Class |
mne_rt_server.h | Implementation of the MNERTServer Class |
► mne_viewer | |
main.cpp | |
► mne_viewer_parent | |
main.cpp | |
► mne_x | |
► mne_x | |
arrow.cpp | Arrow class implementation |
arrow.h | Arrow class declaration |
info.h | |
main.cpp | |
mainsplashscreen.cpp | Contains the implementation of the MainSplashScreen class |
mainsplashscreen.h | Contains the declaration of the MainSplashScreen class |
mainwindow.cpp | |
mainwindow.h | |
plugingui.cpp | PluginGui class implementation |
plugingui.h | PluginGui class declaration |
pluginitem.cpp | PluginItem class implementation |
pluginitem.h | PluginItem class declaration |
pluginscene.cpp | PluginScene class implementation |
pluginscene.h | PluginScene class declaration |
runwidget.cpp | Contains implementation of RunWidget class |
runwidget.h | Contains declaration of RunWidget class |
startupwidget.cpp | Contains implementation of StartUpWidget class |
startupwidget.h | Contains declaration of StartUpWidget class |
► plugins | |
► averaging | |
► FormFiles | |
averagingaboutwidget.cpp | Contains the implementation of the AveragingAboutWidget class |
averagingaboutwidget.h | Contains the declaration of the AveragingAboutWidget class |
averagingsettingswidget.cpp | |
averagingsettingswidget.h | |
averagingsetupwidget.cpp | Contains the implementation of the AveragingSetupWidget class |
averagingsetupwidget.h | Contains the declaration of the AveragingSetupWidget class |
averaging.cpp | Contains the implementation of the Averaging class |
averaging.h | Contains the declaration of the Averaging class |
averaging_global.h | Contains the Averaging library export/import macros |
ui_averagingabout.h | |
ui_averagingsetup.h | |
► babymeg | |
► FormFiles | |
babymegaboutwidget.cpp | Contains the implementation of the BabyMEGAboutWidget class |
babymegaboutwidget.h | Contains the declaration of the BabyMEGAboutWidget class |
babymegprojectdialog.cpp | Contains the implementation of the BabyMEGProjectDialog class |
babymegprojectdialog.h | |
babymegsetupwidget.cpp | Contains the implementation of the RTServerSetupWidget class |
babymegsetupwidget.h | Contains the declaration of the BabyMEGSetupWidget class |
babymegsquidcontroldgl.cpp | Contains the implementation of the BabyMEGSQUIDControlDgl class |
babymegsquidcontroldgl.h | Contains the declaration of the BabyMEGSQUIDControlDGL class |
globalobj.cpp | Definitions of global varables |
globalobj.h | Definitions of global varables |
plotter.cpp | |
plotter.h | |
babymeg.cpp | |
babymeg.h | |
babymeg_global.h | |
babymegclient.cpp | |
babymegclient.h | |
babymeginfo.cpp | |
babymeginfo.h | |
ui_babymegabout.h | |
ui_babymegprojectdialog.h | |
ui_babymegsetup.h | |
ui_babymegsquidcontroldgl.h | |
► bci | |
► FormFiles | |
bciaboutwidget.cpp | Contains the implementation of the BCIAboutWidget class |
bciaboutwidget.h | Contains the declaration of the BCIAboutWidget class |
bcifeaturewindow.cpp | Contains the implementation of the BCIAboutWidget class |
bcifeaturewindow.h | Contains the declaration of the BCIAboutWidget class |
bcisetupwidget.cpp | Contains the implementation of the BCISetupWidget class |
bcisetupwidget.h | Contains the declaration of the BCISetupWidget class |
bci.cpp | Contains the implementation of the BCI class |
bci.h | Contains the declaration of the BCI class |
bci_global.h | Contains the BCI library export/import macros |
ui_bciabout.h | |
ui_bcifeaturewindow.h | |
ui_bcisetup.h | |
► brainmonitor | |
ui_brainmonitorabout.h | |
ui_brainmonitorrun.h | |
ui_brainmonitorsetup.h | |
► covariance | |
► FormFiles | |
covarianceaboutwidget.cpp | Contains the implementation of the AveragingAboutWidget class |
covarianceaboutwidget.h | Contains the declaration of the CovarianceAboutWidget class |
covariancesettingswidget.cpp | |
covariancesettingswidget.h | |
covariancesetupwidget.cpp | Contains the implementation of the CovarianceSetupWidget class |
covariancesetupwidget.h | Contains the declaration of the CovarianceSetupWidget class |
covariance.cpp | Contains the implementation of the Covariance class |
covariance.h | Contains the declaration of the Covariance class |
covariance_global.h | Contains the Covariance library export/import macros |
ui_covarianceabout.h | |
ui_covariancesetup.h | |
► dummytoolbox | |
► FormFiles | |
dummyaboutwidget.cpp | Contains the implementation of the DummyAboutWidget class |
dummyaboutwidget.h | Contains the declaration of the DummyAboutWidget class |
dummysetupwidget.cpp | Contains the implementation of the ECGSetupWidget class |
dummysetupwidget.h | Contains the declaration of the DummySetupWidget class |
dummytoolbox.cpp | Contains the implementation of the DummyToolbox class |
dummytoolbox.h | Contains the declaration of the DummyToolbox class |
dummytoolbox_global.h | Contains the DummyToolbox library export/import macros |
ui_dummyabout.h | |
ui_dummyrun.h | |
ui_dummysetup.h | |
► ecgsimulator | |
► FormFiles | |
ecgaboutwidget.cpp | Contains the implementation of the ECGAboutWidget class |
ecgaboutwidget.h | Contains the declaration of the ECGAboutWidget class |
ecgsetupwidget.cpp | Contains the implementation of the ECGSetupWidget class |
ecgsetupwidget.h | Contains the declaration of the ECGSetupWidget class |
ecgproducer.cpp | Contains the implementation of the ECGProducer class |
ecgproducer.h | Contains the declaration of the ECGProducer class |
ecgsimchannel.cpp | Contains the implementation of the ECGChannel class |
ecgsimchannel.h | Contains the declaration of the ECGChannel class |
ecgsimulator.cpp | Contains the implementation of the ECGSimulator class |
ecgsimulator.h | Contains the declaration of the ECGSimulator class |
ecgsimulator_global.h | Contains the ECGSimulator library export/import macros |
ui_ecgabout.h | |
ui_ecgrun.h | |
ui_ecgsetup.h | |
► eegosports | |
► FormFiles | |
eegosportsaboutwidget.cpp | Contains the implementation of the EEGoSportsAboutWidget class |
eegosportsaboutwidget.h | Contains the declaration of the EEGoSportsAboutWidget class |
eegosportssetupprojectwidget.cpp | Contains the implementation of the EEGoSportsSetupProjectWidget class |
eegosportssetupprojectwidget.h | Contains the declaration of the EEGoSportsSetupProjectWidget class |
eegosportssetupwidget.cpp | Contains the implementation of the EEGoSportsSetupWidget class |
eegosportssetupwidget.h | Contains the declaration of the EEGoSportsSetupWidget class |
eego.h | |
eegosports.cpp | Contains the implementation of the EEGoSports class |
eegosports.h | Contains the declaration of the EEGoSports class |
eegosports_global.h | Contains the EEGoSports library export/import macros |
eegosportsdriver.cpp | Contains the implementation of the EEGoSportsDriver class |
eegosportsdriver.h | Contains the declaration of the EEGoSportsDriver class. This class implements the basic communication between MNE-X and a ANT EEGoSports device |
eegosportsproducer.cpp | Contains the implementation of the EEGoSportsProducer class |
eegosportsproducer.h | Contains the declaration of the EEGoSportsProducer class |
► fiffsimulator | |
► FormFiles | |
fiffsimulatoraboutwidget.cpp | Contains the implementation of the FiffSimulatorAboutWidget class |
fiffsimulatoraboutwidget.h | Contains the declaration of the FiffSimulatorAboutWidget class |
fiffsimulatorsetupwidget.cpp | |
fiffsimulatorsetupwidget.h | Contains the declaration of the FiffSimulatorSetupWidget class |
fiffsimulator.cpp | |
fiffsimulator.h | |
fiffsimulator_global.h | |
fiffsimulatorproducer.cpp | Contains the implementation of the FiffSimulatorProducer class |
fiffsimulatorproducer.h | Contains the declaration of the FiffSimulatorProducer class |
ui_fiffsimulatorabout.h | |
ui_fiffsimulatorsetup.h | |
► mne | |
► FormFiles | |
mneaboutwidget.cpp | Contains the implementation of the MNEAboutWidget class |
mneaboutwidget.h | Contains the declaration of the MNEAboutWidget class |
mnesetupwidget.cpp | Contains the implementation of the MNESetupWidget class |
mnesetupwidget.h | Contains the declaration of the MNESetupWidget class |
mne.cpp | |
mne.h | |
mne_global.h | |
ui_mneabout.h | |
ui_mnesetup.h | |
► mnertclient | |
ui_mnertclientabout.h | |
ui_mnertclientrun.h | |
ui_mnertclientsetup.h | |
ui_mnertclientsetupbabymeg.h | |
ui_mnertclientsetupfifffilesimulator.h | |
ui_mnertclientsetupneuromag.h | |
ui_mnertclientsquidcontroldgl.h | |
► neuromag | |
► FormFiles | |
neuromagaboutwidget.cpp | Contains the implementation of the MneRtClientAboutWidget class |
neuromagaboutwidget.h | Contains the declaration of the NeuromagAboutWidget class |
neuromagsetupwidget.cpp | Contains the implementation of the RTServerSetupWidget class |
neuromagsetupwidget.h | Contains the declaration of the NeuromagSetupWidget class |
directrecord.cpp | |
directrecord.h | Contains the declaration of the DirectRecord class |
neuromag.cpp | |
neuromag.h | |
neuromag_global.h | |
neuromagproducer.cpp | Contains the implementation of the NeuromagProducer class |
neuromagproducer.h | Contains the declaration of the NeuromagProducer class |
ui_neuromagabout.h | |
ui_neuromagsetup.h | |
► noise | |
► FormFiles | |
noiseestimatesetupwidget.cpp | Contains the implementation of the NoiseEstimateSetupWidget class |
noiseestimatesetupwidget.h | Contains the declaration of the NoiseEstimateSetupWidget class |
noiseestimate.cpp | Contains the implementation of the NoiseEstimate class |
noiseestimate.h | Contains the declaration of the NoiseEstimate class |
noiseestimate_global.h | Contains the Noise Estimate library export/import macros |
ui_noiseestimatesetup.h | |
► raplab | |
ui_raplababout.h | |
ui_raplabsetup.h | |
► rapmusictoolbox | |
► FormFiles | |
rapmusictoolboxaboutwidget.cpp | Contains the implementation of the RapMusicToolboxAboutWidget class |
rapmusictoolboxaboutwidget.h | Contains the declaration of the RapMusicToolboxAboutWidget class |
rapmusictoolboxsetupwidget.cpp | Contains the implementation of the RapMusicToolboxSetupWidget class |
rapmusictoolboxsetupwidget.h | Contains the declaration of the RapMusicToolboxSetupWidget class |
rapmusictoolbox.cpp | Contains the implementation of the RapMusicToolbox class |
rapmusictoolbox.h | Contains the declaration of the RapMusicToolbox class |
rapmusictoolbox_global.h | Contains the RapMusicToolbox library export/import macros |
ui_rapmusictoolboxabout.h | |
ui_rapmusictoolboxsetup.h | |
► rthpi | |
► FormFiles | |
rthpiaboutwidget.cpp | |
rthpiaboutwidget.h | Contains the declaration of the RtHpiAboutWidget class |
rthpisetupwidget.cpp | |
rthpisetupwidget.h | Contains the declaration of the RtHpiSetupWidget class |
rthpi.cpp | Contains the implementation of the RtHpi class |
rthpi.h | Contains the declaration of the RTHPI class |
rthpi_global.h | Contains the RTHPI library export/import macros |
ui_rthpiabout.h | |
ui_rthpisetup.h | |
► rtsss | |
► FormFiles | |
rtsssaboutwidget.cpp | Contains the implementation of the RtSssAboutWidget class |
rtsssaboutwidget.h | Contains the declaration of the RtSssAboutWidget class |
rtsssrunwidget.cpp | |
rtsssrunwidget.h | Contains the declaration of the RtSssRunWidget class |
rtssssetupwidget.cpp | Contains the implementation of the ECGSetupWidget class |
rtssssetupwidget.h | Contains the declaration of the RtSssSetupWidget class |
rtsss.cpp | Contains the implementation of the RtSss class |
rtsss.h | Contains the declaration of the RTSSS class |
rtsss_global.h | Contains the RTSSS library export/import macros |
rtsssalgo.cpp | Contains the implementation of the RtSssAlgo class |
rtsssalgo.h | Contains the declaration of the RtSssAlgo class |
rtsssalgo_test.cpp | Contains the implementation of the RtSssAlgo class |
rtsssalgo_test.h | |
ui_rtsssabout.h | |
ui_rtsssrun.h | |
ui_rtssssetup.h | |
► sourcelab | |
ui_sourcelababout.h | |
ui_sourcelabrun.h | |
ui_sourcelabsetup.h | |
► tmsi | |
► FormFiles | |
tmsiaboutwidget.cpp | Contains the implementation of the TMSIAboutWidget class |
tmsiaboutwidget.h | Contains the declaration of the TMSIAboutWidget class |
tmsiimpedancewidget.cpp | Contains the declaration of the TMSIImpedanceWidget class |
tmsiimpedancewidget.h | Contains the declaration of the TmsiImpedanceWidget class |
tmsimanualannotationwidget.cpp | Contains the implementation of the TMSISetupWidget class |
tmsimanualannotationwidget.h | Contains the declaration of the TMSIManualAnnotation class |
tmsisetupprojectwidget.cpp | Contains the implementation of the TMSISetupProjectWidget class |
tmsisetupprojectwidget.h | Contains the declaration of the TMSISetupProjectWidget class |
tmsisetupwidget.cpp | Contains the implementation of the TMSISetupWidget class |
tmsisetupwidget.h | Contains the declaration of the TMSISetupWidget class |
tmsi.cpp | Contains the implementation of the TMSI class |
tmsi.h | Contains the declaration of the TMSI class |
tmsi_global.h | Contains the TMSI library export/import macros |
tmsidriver.cpp | Contains the implementation of the TMSIDriver class |
tmsidriver.h | Contains the declaration of the tmsidriver class. This class implements the basic communication between MNE-X and a TMSI Refa device |
tmsielectrodeitem.cpp | Contains the implementation of the TmsiElectrodeItem class |
tmsielectrodeitem.h | Contains the declaration of the TMSIElectrodeItem class |
tmsiimpedancescene.cpp | |
tmsiimpedancescene.h | Contains the implementation of the TMSIImpedanceScene class |
tmsiimpedanceview.cpp | |
tmsiimpedanceview.h | Contains the implementation of the TMSIImpedanceView class |
tmsiproducer.cpp | Contains the implementation of the TMSIProducer class |
tmsiproducer.h | Contains the declaration of the TMSIProducer class |
► triggercontrol | |
► FormFiles | |
settingswidget.cpp | |
settingswidget.h | |
triggercontrolaboutwidget.cpp | Contains the implementation of the TriggerControlAboutWidget class |
triggercontrolaboutwidget.h | Contains the declaration of the TriggercontrolAboutWidget class |
triggercontrolsetupwidget.cpp | Contains the implementation of the TriggerControlSetupWidget class |
triggercontrolsetupwidget.h | Contains the declaration of the TriggerControlSetupWidget class |
serialport.cpp | Contains the implementation of the SerialPort class |
serialport.h | Contains the declaration of the SerialPort class |
triggercontrol.cpp | Contains the implementation of the SettingsWidget class |
triggercontrol.h | Contains the declaration of the TriggerControl class |
triggercontrol_global.h | |
ui_settingswidget.h | |
ui_triggercontrolabout.h | |
ui_triggercontrolsetup.h | |
► mne_x_libs | |
► mne_x | |
► Interfaces | |
IAlgorithm.h | Contains declaration of IAlgorithm interface class |
IIO.h | Contains declaration of IIO interface class |
IPlugin.h | Contains declaration of IPlugin interface class |
ISensor.h | Contains declaration of IIinverseAlgorithm interface class |
► Management | |
displaymanager.cpp | Implementation of the DisplayManager Class |
displaymanager.h | Declaration of the DisplayManager Class |
pluginconnector.cpp | Contains the implementation of the PluginConnector class |
pluginconnector.h | Contains the declaration of the PluginConnector class |
pluginconnectorconnection.cpp | Contains the declaration of the PluginConnectorConnection class |
pluginconnectorconnection.h | Contains the declaration of the PluginConnectorConnection class |
pluginconnectorconnectionwidget.cpp | Contains the implementation of the PluginConnectorConnectionWidget class |
pluginconnectorconnectionwidget.h | Contains the declaration of the PluginConnectorConnectionWidget class |
plugininputconnector.cpp | Contains the implementation of the PluginInputConnector class |
plugininputconnector.h | |
plugininputdata.cpp | Contains the declaration of the PluginInputData class |
plugininputdata.h | Contains the declaration of the PluginInputData class |
pluginmanager.cpp | Contains the implementation of the PluginManager class |
pluginmanager.h | Contains the declaration of the PluginManager class |
pluginoutputconnector.cpp | Contains the declaration of the PluginOutputConnector class |
pluginoutputconnector.h | Contains the declaration of the PluginOutputConnector class |
pluginoutputdata.cpp | Contains the declaration of the PluginOutputData class |
pluginoutputdata.h | |
pluginscenemanager.cpp | Contains the implementation of the PluginSceneManager class |
pluginscenemanager.h | Contains declaration of PluginSceneManager class |
mne_x_global.h | Contains the mne_x library export/import macros |
► xDisp | |
► helpers | |
chinfomodel.cpp | |
chinfomodel.h | |
covmodalitywidget.cpp | Implementation of the CovModalityWidget Class |
covmodalitywidget.h | Declaration of the CovModalityWidget Class |
evokedmodalitywidget.cpp | Implementation of the EvokedModalityWidget Class |
evokedmodalitywidget.h | Declaration of the EvokedModalityWidget Class |
frequencyspectrumdelegate.cpp | Implementation of the FrequencySpectrumDelegate Class |
frequencyspectrumdelegate.h | Declaration of the FrequencySpectrumDelegate Class |
frequencyspectrummodel.cpp | Implementation of the FrequencySpectrumModel Class |
frequencyspectrummodel.h | Declaration of the FrequencySpectrumModel Class |
frequencyspectrumsettingswidget.cpp | Implementation of the FrequencySpectrumSettingsWidget Class |
frequencyspectrumsettingswidget.h | Declaration of the FrequencySpectrumSettingsWidget Class |
layoutscene.cpp | |
layoutscene.h | |
projectorwidget.cpp | Implementation of the ProjectorWidget Class |
projectorwidget.h | Declaration of the ProjectorWidget Class |
realtimebutterflyplot.cpp | |
realtimebutterflyplot.h | |
realtimeevokedmodel.cpp | Implementation of the RealTimeEvokedModel Class |
realtimeevokedmodel.h | Declaration of the RealTimeEvokedModel Class |
realtimemultisamplearraydelegate.cpp | Implementation of the RealTimeMultiSampleArrayDelegate Class |
realtimemultisamplearraydelegate.h | Declaration of the RealTimeMultiSampleArrayDelegate Class |
realtimemultisamplearraymodel.cpp | Implementation of the RealTimeMultiSampleArrayModel Class |
realtimemultisamplearraymodel.h | Declaration of the RealTimeMultiSampleArrayModel Class |
realtimemultisamplearrayscalingwidget.cpp | Implementation of the RealTimeMultiSampleArrayScalingWidget Class |
realtimemultisamplearrayscalingwidget.h | Declaration of the RealTimeMultiSampleArrayScalingWidget Class |
selectionmanagerwindow.cpp | |
selectionmanagerwindow.h | |
selectionscene.cpp | |
selectionscene.h | |
selectionsceneitem.cpp | |
selectionsceneitem.h | |
sensorgroup.cpp | Implementation of the SensorGroup Class |
sensorgroup.h | Declaration of the SensorGroup Class |
sensoritem.cpp | Implementation of the SensorItem Class |
sensoritem.h | Declaration of the SensorItem Class |
sensorlayout.cpp | |
sensorlayout.h | Declaration of the SensorLayout Class |
sensormodel.cpp | Implementation of the SensorModel Class |
sensormodel.h | |
sensorwidget.cpp | Implementation of the SensorWidget Class |
sensorwidget.h | Declaration of the SensorWidget Class |
frequencyspectrumwidget.cpp | Implementation of the FrequencySpectrumWidget Class |
frequencyspectrumwidget.h | Declaration of the FrequencySpectrumWidget Class |
measurementwidget.cpp | Implementation of the MeasurementWidget Class |
measurementwidget.h | Declaration of the MeasurementWidget Class |
newmeasurementwidget.cpp | |
newmeasurementwidget.h | Declaration of the MeasurementWidget Class |
realtimecovwidget.cpp | Implementation of the RealTimeCovWidget Class |
realtimecovwidget.h | Declaration of the RealTimeCovWidget Class |
realtimeevokedwidget.cpp | Implementation of the RealTimeEvokedWidget Class |
realtimeevokedwidget.h | Declaration of the RealTimeEvokedWidget Class |
realtimemultisamplearraywidget.cpp | |
realtimemultisamplearraywidget.h | Declaration of the RealTimeMultiSampleArrayWidget Class |
realtimesamplearraywidget.cpp | Implementation of the RealTimeMultiSampleArrayWidget Class |
realtimesamplearraywidget.h | Declaration of the RealTimeSampleArrayWidget Class |
realtimesourceestimatewidget.cpp | Implementation of the RealTimeSourceEstimateWidget Class |
realtimesourceestimatewidget.h | |
ui_newrealtimemultisamplearraywidget.h | |
ui_newrealtimesamplearraywidget.h | |
ui_numericwidget.h | |
ui_progressbarwidget.h | |
ui_realtimemultisamplearray_new_widget.h | |
ui_realtimemultisamplearraywidget.h | |
ui_realtimesamplearraywidget.h | |
ui_realtimesourceestimatewidget.h | |
ui_selectionmanagerwindow.h | |
ui_textwidget.h | |
xdisp_global.h | XDisp library export/import macros |
► xDtMng | |
xdtmng_global.h | Contains the xDtMng library export/import macros |
► xMeas | |
frequencyspectrum.cpp | Contains the implementation of the FrequencySpectrum class |
frequencyspectrum.h | Contains the declaration of the FrequencySpectrum class |
measurementtypes.cpp | Contains the implementation of the MeasurementTypes class |
measurementtypes.h | Contains the declaration of the MeasurementTypes class |
newmeasurement.cpp | Contains the implementation of the NewMeasurement base class |
newmeasurement.h | Contains the declaration of the NewMeasurement class |
newnumeric.cpp | |
newnumeric.h | Contains the declaration of the Numeric class |
newrealtimemultisamplearray.cpp | |
newrealtimemultisamplearray.h | Contains the declaration of the NewRealTimeMultiSampleArray class |
newrealtimesamplearray.cpp | Contains the implementation of the NewRealTimeSampleArray class |
newrealtimesamplearray.h | Contains the declaration of the NewRealTimeSampleArray class |
realtimecov.cpp | Contains the implementation of the RealTimeCov class |
realtimecov.h | Contains the declaration of the RealTimeCov class |
realtimeevoked.cpp | Contains the implementation of the RealTimeEvoked class |
realtimeevoked.h | Contains the declaration of the RealTimeEvoked class |
realtimesamplearraychinfo.cpp | Contains the implementation of the RealTimeSampleArrayChInfo class |
realtimesamplearraychinfo.h | Contains the declaration of the RealTimeSampleArrayChInfo class |
realtimesourceestimate.cpp | Contains the implementation of the RealTimeSourceEstimate class |
realtimesourceestimate.h | Contains the declaration of the RealTimeSourceEstimate class |
xmeas_global.h | Contains the xMeas library export/import macros |
▼ examples | |
► cancelNoise | |
main.cpp | |
► clusteredInverse | |
main.cpp | |
► computeInverse | |
main.cpp | |
► computeInversePwlRapMusic | |
main.cpp | |
► computeInverseRapMusic | |
main.cpp | |
► computeInverseRaw | |
main.cpp | |
► disp3DNewTutorial | |
main.cpp | |
► evokedGradAmp | |
main.cpp | |
► fiffIO | |
main.cpp | |
► findEvoked | |
main.cpp | |
► fsSurface | |
main.cpp | |
► lnt | |
main.cpp | |
► makeInverseOperator | |
main.cpp | |
► makeLayout | |
main.cpp | |
► plotSurfaces | |
main.cpp | |
► rawClusteredInverse | |
main.cpp | |
► rawClusteredInverseEEG | |
main.cpp | |
► rawClusteredInversePwlRapMusic | |
main.cpp | |
► rawClusteredInverseRapMusic | |
main.cpp | |
► readEpochs | |
main.cpp | |
► readEvoked | |
main.cpp | |
► readFwd | |
main.cpp | |
► readFwdDisp3D | |
main.cpp | |
► readRaw | |
main.cpp | |
► readWriteRaw | |
main.cpp | |
► roiClusteredInversePwlRapMusic | |
main.cpp | |
► stClusteredInversePwlRapMusic | |
main.cpp | |
▼ MNE | |
► disp | |
colormap.cpp | Implementation of the ColorMap class |
colormap.h | ColorMap class declaration |
disp_global.h | Disp library export/import macros |
graph.cpp | Implementation of the Graph class |
graph.h | Graph class declaration |
imagesc.cpp | Implementation of the ImageSc class |
imagesc.h | ImageSc class declaration |
plot.cpp | Implementation of the Plot class |
plot.h | Plot class declaration |
rtplot.cpp | Implementation of the RtPlot class |
rtplot.h | RtPlot class declaration |
► disp3D | |
► helpers | |
cluststcmodel.cpp | Implementation of the ClustStcModel class |
cluststcmodel.h | ClustStcModel class declaration |
cluststctabledelegate.cpp | Implementation of the ClustStcTableDelegate class |
cluststctabledelegate.h | ClustStcTableDelegate class declaration |
cluststcview.cpp | Implementation of the ClustStcView class |
cluststcview.h | ClustStcView class declaration |
cluststcworker.cpp | Implementation of the ClustStcWorker class |
cluststcworker.h | ClustStcWorker class declaration |
brainview.cpp | |
brainview.h | |
disp3D_global.h | Disp3D library export/import macros |
geometryview.cpp | Implementation of the GeometryView Class |
geometryview.h | Declaration of the GeometryView Class |
inverseview.cpp | Implementation of the InverseView class |
inverseview.h | InverseView class declaration |
inverseviewproducer.cpp | Implementation of the InverseViewProducer class |
inverseviewproducer.h | InverseViewProducer class declaration |
labelview.cpp | Implementation of the LabelView class |
labelview.h | LabelView class declaration |
newbrainview.cpp | Implementation of the NewBrainView class |
newbrainview.h | NewBrainView class declaration |
► disp3DNew | |
► brainSurface | |
brainhemisphere.cpp | |
brainhemisphere.h | Declaration of brain BrainHemisphere which holds the data of the right or left brain hemisphere in form of a mesh |
brainsurface.cpp | Implementation of BrainSurface |
brainsurface.h | Declaration of BrainSurface which holds the basic functionality of a freesurfer brain surface |
brainsurfacemesh.cpp | Implementationof BRAINSURFACEMESH which holds the data of one hemisphere in form of a mesh |
brainsurfacemesh.h | Declaration of BrainSurfaceMesh which holds the data of one hemisphere in form of a mesh |
► helpers | |
renderableentity.cpp | |
renderableentity.h | |
► models | |
stcdatamodel.cpp | Implementation of the StcDataModel class |
stcdatamodel.h | StcDataModel class declaration |
stcdataworker.cpp | Implementation of the StcDataWorker class |
stcdataworker.h | StcDataWorker class declaration |
brainview.cpp | |
brainview.h | |
disp3DNew_global.h | |
► fiff | |
fiff.cpp | Implementation of the FIFF Wrapper Class |
fiff.h | FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab toolbox - Note: avoid using the wrappers, prefer the wrapped methods! Its sufficient to include this header to have access to all Fiff classes |
fiff_ch_info.cpp | Implementation of the FiffChInfo Class |
fiff_ch_info.h | FiffChInfo class declaration |
fiff_ch_pos.cpp | Implementation of the FiffChPos Class |
fiff_ch_pos.h | FiffChPos class declaration |
fiff_constants.h | Fiff constants |
fiff_coord_trans.cpp | Implementation of the FiffCoordTrans Class |
fiff_coord_trans.h | FiffCoordTrans class declaration |
fiff_cov.cpp | Implementation of the FiffCov Class |
fiff_cov.h | FiffCov class declaration |
fiff_ctf_comp.cpp | Implementation of the FiffCtfComp Class |
fiff_ctf_comp.h | FiffCtfComp class declaration |
fiff_dig_point.cpp | Implementation of the FiffDigPoint Class |
fiff_dig_point.h | FiffDigPoint class declaration |
fiff_dir_entry.cpp | Implementation of the FiffDirEntry Class |
fiff_dir_entry.h | FiffDirEntry class declaration |
fiff_dir_tree.cpp | Implementation of the FiffDirTree Class |
fiff_dir_tree.h | FiffDirTree class declaration, which provides fiff dir tree processing methods |
fiff_evoked.cpp | Implementation of the FIFFEvoked Class |
fiff_evoked.h | |
fiff_evoked_data.cpp | OLD Implementation of the FIFFEvokedData Class |
fiff_evoked_data.h | FiffEvokedData class declaration |
fiff_evoked_set.cpp | Implementation of the FiffEvokedSet Class |
fiff_evoked_set.h | FiffEvokedSet class declaration |
fiff_global.h | Fiff library export/import macros |
fiff_id.cpp | Implementation of the FiffId Class |
fiff_id.h | FiffId class declaration |
fiff_info.cpp | Implementation of the FiffInfo Class |
fiff_info.h | FiffInfo class declaration |
fiff_info_base.cpp | Implementation of the FiffInfoBase Class |
fiff_info_base.h | FiffInfoBase class declaration |
fiff_io.cpp | Implementation of a generic Fiff IO interface |
fiff_io.h | Implementation of a generic Fiff IO interface |
fiff_named_matrix.cpp | Implementation of the FiffNamedMatrix Class |
fiff_named_matrix.h | FiffNamedMatrix class declaration |
fiff_proj.cpp | Implementation of the FiffProj Class |
fiff_proj.h | FiffProj class declaration |
fiff_raw_data.cpp | Implementation of the FiffRawData Class |
fiff_raw_data.h | FiffRawData class declaration |
fiff_raw_dir.cpp | Implementation of the FiffRawDir Class |
fiff_raw_dir.h | FiffRawDir class declaration |
fiff_stream.cpp | Implementation of the FiffStream Class |
fiff_stream.h | FiffStream class declaration |
fiff_tag.cpp | Implementation of the FiffTag Class |
fiff_tag.h | FiffTag class declaration, which provides fiff tag I/O and processing methods |
fiff_types.h | Old fiff_type declarations - replace them |
► fs | |
annotation.cpp | Implementation of the Annotation class |
annotation.h | Annotation class declaration |
annotationset.cpp | AnnotationSet class implementation |
annotationset.h | AnnotationSet class declaration |
colortable.cpp | Implementation of the Colortable Class |
colortable.h | Colortable class declaration |
fs_global.h | Fs library export/import macros |
label.cpp | Implementation of the Label class |
label.h | Label class declaration |
surface.cpp | Implementation of the Surface class |
surface.h | Surface class declaration |
surfaceset.cpp | Implementation of the SurfaceSet class |
surfaceset.h | SurfaceSet class declaration |
► generics | |
buffer.cpp | Contains the implementation of the Buffer base class |
buffer.h | Contains the declaration of the Buffer base class |
circularbuffer.cpp | Contains implementations of the CircularBuffer Class |
circularbuffer.h | CircularBuffer class declaration |
circularbuffer_old.h | Contains the declaration of the CircularBuffer_old class |
circularmatrixbuffer.cpp | Contains implementations of the CircularMatrixBuffer Class |
circularmatrixbuffer.h | CircularMatrixBuffer class declaration |
circularmultichannelbuffer_old.h | Contains the declaration of the Multi Channel Circularbuffer base class |
commandpattern.h | Contains declarations of the command design pattern: ICommand interface |
generics_global.h | Generics library export/import macros |
observerpattern.cpp | Contains implementations of the observer design pattern: Subject class and IObserver interface |
observerpattern.h | Contains declarations of the observer design pattern: Subject class and IObserver interface |
typename_old.h | ToDo Experimental - to get type |
► inverse | |
► minimumNorm | |
minimumnorm.cpp | Implementation of the MinimumNorm Class |
minimumnorm.h | Minimum norm class declaration |
► rapMusic | |
dipole.cpp | ToDo Documentation.. |
dipole.h | ToDo Documentation.. |
pwlrapmusic.cpp | Implementation of the PwlRapMusic Algorithm Class |
pwlrapmusic.h | PwlRapMusic algorithm class declaration |
rapmusic.cpp | Implementation of the RapMusic Algorithm Class |
rapmusic.h | RapMusic algorithm class declaration |
IInverseAlgorithm.h | |
inverse_global.h | Inverse library export/import macros |
► mne | |
mne.cpp | |
mne.h | |
mne_cluster_info.cpp | MNEClusterInfo class implementation |
mne_cluster_info.h | MNEClusterInfo class declaration, which provides cluster information |
mne_corsourceestimate.cpp | Implementation of the MNECorSourceEstimate Class |
mne_corsourceestimate.h | MNECorSourceEstimate class declaration |
mne_epoch_data.cpp | Implementation of the MNEEpochData Class |
mne_epoch_data.h | MNEEpochData class declaration |
mne_epoch_data_list.cpp | Implementation of the MNEEpochDataList Class |
mne_epoch_data_list.h | MNEEpochDataList class declaration |
mne_forwardsolution.cpp | MNEForwardSolution class implementation |
mne_forwardsolution.h | MNEForwardSolution class declaration, which provides the forward solution including the source space (MNESourceSpace) |
mne_global.h | |
mne_hemisphere.cpp | MNEHemisphere class implementation |
mne_hemisphere.h | MNEHemisphere class declaration |
mne_inverse_operator.cpp | Implementation of the MNEInverseOperator Class |
mne_inverse_operator.h | MNEInverseOperator class declaration |
mne_sourceestimate.cpp | Implementation of the SourceEstimate Class |
mne_sourceestimate.h | MNESourceEstimate class declaration |
mne_sourcespace.cpp | MNESourceSpace class implementation |
mne_sourcespace.h | MNESourceSpace class declaration |
mne_surface.cpp | MNESurface class implementation |
mne_surface.h | Contains the declaration of the MNESurface class |
► pyio | |
pyio.cpp | Python I/O interface implementation |
pyio.h | Python I/O interface declaration |
pyio_global.h | Pyio library export/import macros |
► rtClient | |
rtclient.cpp | Implementation of the RtClient Class |
rtclient.h | Declaration of the RtClient Class |
rtclient_global.h | Rtclient library export/import macros |
rtcmdclient.cpp | Implementation of the RtCmdClient Class |
rtcmdclient.h | Declaration of the RtCmdClient Class |
rtdataclient.cpp | Implementation of the RtDataClient Class |
rtdataclient.h | Declaration of the RtDataClient Class |
► rtCommand | |
command.cpp | |
command.h | Declaration of the Command Class |
commandmanager.cpp | |
commandmanager.h | |
commandparser.cpp | |
commandparser.h | Declaration of the CommandParser Class |
rawcommand.cpp | Implementation of the RawCommand Class |
rawcommand.h | Declaration of the RawCommand Class |
rtcommand_global.h | RtCommand library export/import macros |
► rtInv | |
rtave.cpp | Implementation of the RtCov Class |
rtave.h | RtAve class declaration |
rtcov.cpp | Implementation of the RtCov Class |
rtcov.h | RtCov class declaration |
rtinv_global.h | Rtinv library export/import macros |
rtinvop.cpp | Implementation of the RtInvOp Class |
rtinvop.h | RtInvOp class declaration |
rtnoise.cpp | Implementation of the RtNoise Class |
rtnoise.h | RtNoise class declaration |
► utils | |
► mp | |
adaptivemp.cpp | Implemetation of the Matching Pursuit Algorithm introduced by Stephane Mallat and Zhifeng Zhang. Matlabimplemetation of Maciej Gratkowski is used as Source and reference |
adaptivemp.h | ADAPIVEMP class declaration, providing the implemetation of the Matching Pursuit Algorithm introduced by Stephane Mallat and Zhifeng Zhang. Matlabimplemetation of Maciej Gratkowski is used as Source and reference |
atom.cpp | Implemetation of root funtions needed to perform the Matching Pursuit Algorithm introduced by Stephane Mallat and Zhifeng Zhang. Matlabimplemetation of Maciej Gratkowski is used as Source and reference |
atom.h | ATOM class declaration, providing core features and parameters of Atoms used in Matching Pursiut Algorithm GaborAtom and ChirpAtom inherited from Atom class |
fixdictmp.cpp | Implemetation of the Matching Pursuit Algorithm using static atom dictionaries to find best matching approximation of signals |
fixdictmp.h | |
cosinefilter.cpp | Implementation of the CosineFilter class |
cosinefilter.h | Declaration of the CosineFilter class |
filterdata.cpp | Contains all FilterData |
filterdata.h | The FilterData class represents a derived class from an arbitrary MNEOperator class object. Thus, it is a filter object that generates the FIR filter coefficients using Park's McClellan's filter design algorithm [1] and offers a overlap-add method [2] for frequency filtering of an input sequence. In this regard, the filter coefficients of a certain filter order are zero-padded to fill a length of an multiple integer of a power of 2 in order to efficiently compute a FFT. The length of the FFT is given by the next power of 2 of the length of the input sequence. In order to avoid circular-convolution, the input sequence is given by the FFT-length-NumFilterTaps |
ioutils.cpp | Implementation of the IOUtils class |
ioutils.h | IOUtils class declaration |
kmeans.cpp | Implementation of the KMeans class |
kmeans.h | KMeans class declaration |
layoutloader.cpp | Implementation of the LayoutLoader class |
layoutloader.h | LayoutLoader class declaration |
layoutmaker.cpp | Implementation of the LayoutMaker class |
layoutmaker.h | LayoutLoader class declaration |
minimizersimplex.cpp | |
minimizersimplex.h | MinimizerSimplex class declaration |
mnemath.cpp | Implementation of the MNEMath Class |
mnemath.h | MNEMath class declaration |
parksmcclellan.cpp | |
parksmcclellan.h | |
selectionloader.cpp | Implementation of the SelectionLoader class |
selectionloader.h | SelectionLoader class declaration |
utils_global.h | Utils library export/import macros |