MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
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.

Member Function Documentation

◆ cosmag() [1/2]

Eigen::MatrixXd INVERSELIB::SensorSet::cosmag ( ) const
inline

Definition at line 210 of file sensorset.h.

◆ cosmag() [2/2]

Eigen::MatrixXd INVERSELIB::SensorSet::cosmag ( int  iSensor) const
inline

Definition at line 205 of file sensorset.h.

◆ ez() [1/2]

Eigen::MatrixXd INVERSELIB::SensorSet::ez ( ) const
inline

Definition at line 170 of file sensorset.h.

◆ ez() [2/2]

Eigen::VectorXd INVERSELIB::SensorSet::ez ( int  iSensor) const
inline

Definition at line 165 of file sensorset.h.

◆ ncoils()

int INVERSELIB::SensorSet::ncoils ( ) const
inline

Definition at line 160 of file sensorset.h.

◆ np()

int INVERSELIB::SensorSet::np ( ) const
inline

Definition at line 155 of file sensorset.h.

◆ operator!=()

bool INVERSELIB::SensorSet::operator!= ( const SensorSet b) const
inline

Definition at line 235 of file sensorset.h.

◆ operator==()

bool INVERSELIB::SensorSet::operator== ( const SensorSet b) const
inline

Definition at line 221 of file sensorset.h.

◆ r0() [1/2]

Eigen::MatrixXd INVERSELIB::SensorSet::r0 ( ) const
inline

Definition at line 180 of file sensorset.h.

◆ r0() [2/2]

Eigen::VectorXd INVERSELIB::SensorSet::r0 ( int  iSensor) const
inline

Definition at line 175 of file sensorset.h.

◆ rmag() [1/2]

Eigen::MatrixXd INVERSELIB::SensorSet::rmag ( ) const
inline

Definition at line 200 of file sensorset.h.

◆ rmag() [2/2]

Eigen::MatrixXd INVERSELIB::SensorSet::rmag ( int  iSensor) const
inline

Definition at line 195 of file sensorset.h.

◆ tra()

Eigen::MatrixXd INVERSELIB::SensorSet::tra ( ) const
inline

Definition at line 215 of file sensorset.h.

◆ w() [1/2]

Eigen::RowVectorXd INVERSELIB::SensorSet::w ( ) const
inline

Definition at line 190 of file sensorset.h.

◆ w() [2/2]

Eigen::RowVectorXd INVERSELIB::SensorSet::w ( int  iSensor) const
inline

Definition at line 185 of file sensorset.h.


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