MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Measurement channel position and coil type. More...
#include <fiff_ch_pos.h>
Public Types | |
typedef QSharedPointer< FiffChPos > | SPtr |
typedef QSharedPointer< const FiffChPos > | ConstSPtr |
Public Member Functions | |
FiffChPos () | |
FiffChPos (const FiffChPos &p_FiffChPos) | |
~FiffChPos () | |
Static Public Member Functions | |
static qint32 | storageSize () |
Public Attributes | |
fiff_int_t | coil_type |
Eigen::Vector3f | r0 |
Eigen::Vector3f | ex |
Eigen::Vector3f | ey |
Eigen::Vector3f | ez |
Friends | |
bool | operator== (const FiffChPos &a, const FiffChPos &b) |
Measurement channel position and coil type.
Coil position description (Replaces fiffChPosRec,*fiffChPos; struct of MNE-C fiff_types.h).
Definition at line 66 of file fiff_ch_pos.h.
typedef QSharedPointer<const FiffChPos> FIFFLIB::FiffChPos::ConstSPtr |
Const shared pointer type for FiffChPos.
Definition at line 70 of file fiff_ch_pos.h.
typedef QSharedPointer<FiffChPos> FIFFLIB::FiffChPos::SPtr |
Shared pointer type for FiffChPos.
Definition at line 69 of file fiff_ch_pos.h.
FiffChPos::FiffChPos | ( | ) |
Constructors the coil position descriptor.
Definition at line 53 of file fiff_ch_pos.cpp.
FiffChPos::FiffChPos | ( | const FiffChPos & | p_FiffChPos | ) |
Copy constructor.
[in] | p_FiffChPos | Coil position descriptor which should be copied. |
Definition at line 67 of file fiff_ch_pos.cpp.
FiffChPos::~FiffChPos | ( | ) |
Destroys the coil position descriptor.
Definition at line 81 of file fiff_ch_pos.cpp.
|
inlinestatic |
Size of the old struct (fiffChPosRec) 13*int = 13*4 = 52
Definition at line 134 of file fiff_ch_pos.h.
Overloaded == operator to compare an object to this instance.
[in] | object | The object which should be compared to. |
Definition at line 141 of file fiff_ch_pos.h.
fiff_int_t FIFFLIB::FiffChPos::coil_type |
What kind of coil.
Definition at line 111 of file fiff_ch_pos.h.
Eigen::Vector3f FIFFLIB::FiffChPos::ex |
Coil coordinate system x-axis unit vector.
Definition at line 113 of file fiff_ch_pos.h.
Eigen::Vector3f FIFFLIB::FiffChPos::ey |
Coil coordinate system y-axis unit vector.
Definition at line 114 of file fiff_ch_pos.h.
Eigen::Vector3f FIFFLIB::FiffChPos::ez |
Coil coordinate system z-axis unit vector.
Definition at line 115 of file fiff_ch_pos.h.
Eigen::Vector3f FIFFLIB::FiffChPos::r0 |
Coil coordinate system origin.
Definition at line 112 of file fiff_ch_pos.h.