|
| | 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 |
| |
Definition at line 80 of file sensorset.h.
◆ ConstSPtr
◆ SPtr
◆ SensorSet() [1/2]
| INVERSELIB::SensorSet::SensorSet |
( |
| ) |
|
|
explicitdefault |
◆ 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] | pFwdCoilSet | The FwdCoilSet to extract the data from. |
◆ cosmag() [1/2]
| Eigen::MatrixXd INVERSELIB::SensorSet::cosmag |
( |
| ) |
const |
|
inline |
◆ cosmag() [2/2]
| Eigen::MatrixXd INVERSELIB::SensorSet::cosmag |
( |
int |
iSensor | ) |
const |
|
inline |
◆ ez() [1/2]
| Eigen::MatrixXd INVERSELIB::SensorSet::ez |
( |
| ) |
const |
|
inline |
◆ ez() [2/2]
| Eigen::VectorXd INVERSELIB::SensorSet::ez |
( |
int |
iSensor | ) |
const |
|
inline |
◆ ncoils()
| int INVERSELIB::SensorSet::ncoils |
( |
| ) |
const |
|
inline |
◆ np()
| int INVERSELIB::SensorSet::np |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool INVERSELIB::SensorSet::operator!= |
( |
const SensorSet & |
b | ) |
const |
|
inline |
◆ operator==()
| bool INVERSELIB::SensorSet::operator== |
( |
const SensorSet & |
b | ) |
const |
|
inline |
◆ r0() [1/2]
| Eigen::MatrixXd INVERSELIB::SensorSet::r0 |
( |
| ) |
const |
|
inline |
◆ r0() [2/2]
| Eigen::VectorXd INVERSELIB::SensorSet::r0 |
( |
int |
iSensor | ) |
const |
|
inline |
◆ rmag() [1/2]
| Eigen::MatrixXd INVERSELIB::SensorSet::rmag |
( |
| ) |
const |
|
inline |
◆ rmag() [2/2]
| Eigen::MatrixXd INVERSELIB::SensorSet::rmag |
( |
int |
iSensor | ) |
const |
|
inline |
◆ tra()
| Eigen::MatrixXd INVERSELIB::SensorSet::tra |
( |
| ) |
const |
|
inline |
◆ w() [1/2]
| Eigen::RowVectorXd INVERSELIB::SensorSet::w |
( |
| ) |
const |
|
inline |
◆ w() [2/2]
| Eigen::RowVectorXd INVERSELIB::SensorSet::w |
( |
int |
iSensor | ) |
const |
|
inline |
The documentation for this class was generated from the following files: