MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | List of all members
INVERSELIB::SensorSetCreator Class Reference

Brief description of this class. More...

#include <sensorset.h>

Public Types

typedef QSharedPointer< SensorSetCreatorSPtr
 
typedef QSharedPointer< const SensorSetCreatorConstSPtr
 

Public Member Functions

 SensorSetCreator ()
 
SensorSet updateSensorSet (const QList< FIFFLIB::FiffChInfo > &channelList, const Accuracy &accuracy)
 

Detailed Description

Brief description of this class.

Create a SensorSet struct from a channel list with specified accuracy.

Definition at line 247 of file sensorset.h.

Member Typedef Documentation

◆ ConstSPtr

Const shared pointer type for SensorSet.

Definition at line 252 of file sensorset.h.

◆ SPtr

Shared pointer type for SensorSet.

Definition at line 251 of file sensorset.h.

Constructor & Destructor Documentation

◆ SensorSetCreator()

SensorSetCreator::SensorSetCreator ( )
explicit

Constructs a MEG SensorSet object.

Definition at line 132 of file sensorset.cpp.

Member Function Documentation

◆ updateSensorSet()

SensorSet SensorSetCreator::updateSensorSet ( const QList< FIFFLIB::FiffChInfo > &  channelList,
const Accuracy &  accuracy 
)

Update SensorSet from new channel list with new accuracy.

Parameters
[in]channelListThe channel list to create the MEG sensor set from.
[in]iAccuracyThe accuracy level to use for the sensor set.

Definition at line 140 of file sensorset.cpp.


The documentation for this class was generated from the following files: