MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Brief description of this class. More...
#include <sensorset.h>
Public Types | |
typedef QSharedPointer< SensorSetCreator > | SPtr |
typedef QSharedPointer< const SensorSetCreator > | ConstSPtr |
Public Member Functions | |
SensorSetCreator () | |
SensorSet | updateSensorSet (const QList< FIFFLIB::FiffChInfo > &channelList, const Accuracy &accuracy) |
Brief description of this class.
Create a SensorSet struct from a channel list with specified accuracy.
Definition at line 247 of file sensorset.h.
typedef QSharedPointer<const SensorSetCreator> INVERSELIB::SensorSetCreator::ConstSPtr |
Const shared pointer type for SensorSet.
Definition at line 252 of file sensorset.h.
typedef QSharedPointer<SensorSetCreator> INVERSELIB::SensorSetCreator::SPtr |
Shared pointer type for SensorSet.
Definition at line 251 of file sensorset.h.
|
explicit |
Constructs a MEG SensorSet object.
Definition at line 132 of file sensorset.cpp.
SensorSet SensorSetCreator::updateSensorSet | ( | const QList< FIFFLIB::FiffChInfo > & | channelList, |
const Accuracy & | accuracy | ||
) |
Update SensorSet from new channel list with new accuracy.
[in] | channelList | The channel list to create the MEG sensor set from. |
[in] | iAccuracy | The accuracy level to use for the sensor set. |
Definition at line 140 of file sensorset.cpp.