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

Public Types

typedef QSharedPointer< SensorSetSPtr
 
typedef QSharedPointer< const SensorSetConstSPtr
 

Public Member Functions

 SensorSet ()=default
 
 SensorSet (const QSharedPointer< FWDLIB::FwdCoilSet > pFwdCoilSet)
 
int np () const
 
int ncoils () const
 
Eigen::VectorXd ez (int iSensor) const
 
Eigen::MatrixXd ez () const
 
Eigen::VectorXd r0 (int iSensor) const
 
Eigen::MatrixXd r0 () const
 
Eigen::MatrixXd rmag (int iSensor) const
 
Eigen::MatrixXd rmag () const
 
Eigen::MatrixXd cosmag (int iSensor) const
 
Eigen::MatrixXd cosmag () const
 
Eigen::MatrixXd tra (int iSensor) const
 
Eigen::MatrixXd tra () const
 
Eigen::RowVectorXd w (int iSensor) const
 
Eigen::RowVectorXd w () const
 
bool operator== (const SensorSet &b) const
 
bool operator!= (const SensorSet &b) const
 

Detailed Description

Definition at line 80 of file sensorset.h.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const SensorSet> INVERSELIB::SensorSet::ConstSPtr

Const shared pointer type for SensorSet.

Definition at line 84 of file sensorset.h.

◆ SPtr

typedef QSharedPointer<SensorSet> INVERSELIB::SensorSet::SPtr

Shared pointer type for SensorSet.

Definition at line 83 of file sensorset.h.

Constructor & Destructor Documentation

◆ SensorSet() [1/2]

INVERSELIB::SensorSet::SensorSet ( )
explicitdefault

Default Constructor.

◆ SensorSet() [2/2]

INVERSELIB::SensorSet::SensorSet ( const QSharedPointer< FWDLIB::FwdCoilSet pFwdCoilSet)
explicit

SensorSet that yiealds sensor position, orientation and weights for geometric averaging.

Parameters
[in]pFwdCoilSetThe FwdCoilSet to extract the data from.

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