MNE-CPP  beta 1.0
Public Attributes | List of all members
FIFFLIB::_fiffDigStringRec Struct Reference

#include <fiff_types.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 122 of file fiff_types.h.

Member Data Documentation

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.


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