Skip to main content

FiffChPos

Namespace: FIFFLIB  ·  Library: FIFF Library

#include <fiff/fiff_ch_pos.h>

class FIFFLIB::FiffChPos

Channel coil-frame placement: origin r0 (m) and orthonormal axes ex / ey / ez in FIFFV_COORD_DEVICE.

Twelve floats laid out exactly like the fiffChPosRec struct: three for r0 and three each for ex, ey, ez. Consumed by forward-solution coil integration and by sensor visualization to draw oriented coil glyphs in the device frame.


Public Methods

FiffChPos()

Constructs the coil position descriptor.


FiffChPos(p_FiffChPos)

Copy constructor.

Parameters:

  • p_FiffChPos : const FiffChPos & Coil position descriptor which should be copied.

~FiffChPos()

Destroys the coil position descriptor.


Static Methods

storageSize()

Size of the old struct (fiffChPosRec) 13int = 134 = 52.

Returns:

  • qint32 — the size of the old struct fiffChPosRec.

Authors of this file