v2.0.0
Loading...
Searching...
No Matches
INVERSELIB::SensorSet Class Reference

Stores MEG sensor geometry (positions, orientations, weights, coil count) for a single sensor type. More...

#include <sensorset.h>

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

Stores MEG sensor geometry (positions, orientations, weights, coil count) for a single sensor type.

Definition at line 83 of file sensorset.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for SensorSet.

Definition at line 87 of file sensorset.h.

◆ SPtr

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

Shared pointer type for SensorSet.

Definition at line 86 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 213 of file sensorset.h.

◆ cosmag() [2/2]

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

Definition at line 208 of file sensorset.h.

◆ ez() [1/2]

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

Definition at line 173 of file sensorset.h.

◆ ez() [2/2]

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

Definition at line 168 of file sensorset.h.

◆ ncoils()

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

Definition at line 163 of file sensorset.h.

◆ np()

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

Definition at line 158 of file sensorset.h.

◆ operator!=()

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

Definition at line 238 of file sensorset.h.

◆ operator==()

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

Definition at line 224 of file sensorset.h.

◆ r0() [1/2]

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

Definition at line 183 of file sensorset.h.

◆ r0() [2/2]

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

Definition at line 178 of file sensorset.h.

◆ rmag() [1/2]

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

Definition at line 203 of file sensorset.h.

◆ rmag() [2/2]

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

Definition at line 198 of file sensorset.h.

◆ tra() [1/2]

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

Definition at line 218 of file sensorset.h.

◆ tra() [2/2]

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

◆ w() [1/2]

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

Definition at line 193 of file sensorset.h.

◆ w() [2/2]

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

Definition at line 188 of file sensorset.h.


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