MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Attributes | List of all members
FIFFLIB::_fiffDigStringRec Struct Reference

#include <fiff_types_mne-c.h>

Public Attributes

fiff_int_t kind
 
fiff_int_t ident
 
fiff_int_t np
 
fiff_float_t ** rr
 

Detailed Description

Structure representing digitized strings.

Definition at line 189 of file fiff_types_mne-c.h.

Member Data Documentation

◆ ident

fiff_int_t FIFFLIB::_fiffDigStringRec::ident

Number identifying this string.

Definition at line 191 of file fiff_types_mne-c.h.

◆ kind

fiff_int_t FIFFLIB::_fiffDigStringRec::kind

Most commonly FIFF_POINT_EXTRA.

Definition at line 190 of file fiff_types_mne-c.h.

◆ np

fiff_int_t FIFFLIB::_fiffDigStringRec::np

How many points.

Definition at line 192 of file fiff_types_mne-c.h.

◆ rr

fiff_float_t** FIFFLIB::_fiffDigStringRec::rr

Array of point locations.

Definition at line 193 of file fiff_types_mne-c.h.


The documentation for this struct was generated from the following file: