MNE-CPP
beta 1.0
|
#include <fiff_types.h>
Public Attributes | |
fiff_int_t | kind |
fiff_int_t | ident |
fiff_int_t | np |
fiff_float_t ** | rr |
Structure representing digitized strings.
Definition at line 122 of file fiff_types.h.
fiff_int_t FIFFLIB::_fiffDigStringRec::ident |
Number identifying this string
Definition at line 124 of file fiff_types.h.
fiff_int_t FIFFLIB::_fiffDigStringRec::kind |
Most commonly FIFF_POINT_EXTRA
Definition at line 123 of file fiff_types.h.
fiff_int_t FIFFLIB::_fiffDigStringRec::np |
How many points
Definition at line 125 of file fiff_types.h.
fiff_float_t** FIFFLIB::_fiffDigStringRec::rr |
Array of point locations
Definition at line 126 of file fiff_types.h.