MNE-CPP  beta 1.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FIFFLIB::FiffDigPoint Class Reference

Digitization point description. More...

#include <fiff_dig_point.h>

Public Types

typedef QSharedPointer< FiffDigPointSPtr
 
typedef QSharedPointer< const FiffDigPointConstSPtr
 

Public Member Functions

 FiffDigPoint ()
 
 FiffDigPoint (const FiffDigPoint &p_FiffDigPoint)
 
 ~FiffDigPoint ()
 

Static Public Member Functions

static qint32 storageSize ()
 

Public Attributes

fiff_int_t kind
 
fiff_int_t ident
 
fiff_float_t r [3]
 
fiff_int_t coord_frame
 

Detailed Description

Digitization point description.

Replaces _fiffDigPointRec struct.

Definition at line 76 of file fiff_dig_point.h.

Member Typedef Documentation

typedef QSharedPointer<const FiffDigPoint> FIFFLIB::FiffDigPoint::ConstSPtr

Const shared pointer type for FiffDigPoint.

Definition at line 80 of file fiff_dig_point.h.

typedef QSharedPointer<FiffDigPoint> FIFFLIB::FiffDigPoint::SPtr

Shared pointer type for FiffDigPoint.

Definition at line 79 of file fiff_dig_point.h.

Constructor & Destructor Documentation

FiffDigPoint::FiffDigPoint ( )

Constructs the digitization point description

Definition at line 57 of file fiff_dig_point.cpp.

FiffDigPoint::FiffDigPoint ( const FiffDigPoint p_FiffDigPoint)

Copy constructor.

Parameters
[in]p_FiffDigPointDigitization point descriptor which should be copied

Definition at line 69 of file fiff_dig_point.cpp.

FiffDigPoint::~FiffDigPoint ( )

Destroys the digitization point description

Definition at line 81 of file fiff_dig_point.cpp.

Member Function Documentation

qint32 FIFFLIB::FiffDigPoint::storageSize ( )
inlinestatic

Size of the old struct (fiffDigPointRec) 5*int = 5*4 = 20

Returns
the size of the old struct fiffDigPointRec.

Definition at line 132 of file fiff_dig_point.h.

Member Data Documentation

fiff_int_t FIFFLIB::FiffDigPoint::coord_frame

Newly added to stay consistent with fiff MATLAB implementation

Definition at line 114 of file fiff_dig_point.h.

fiff_int_t FIFFLIB::FiffDigPoint::ident

Number identifying this point

Definition at line 112 of file fiff_dig_point.h.

fiff_int_t FIFFLIB::FiffDigPoint::kind

FIFFV_POINT_CARDINAL, FIFFV_POINT_HPI, or FIFFV_POINT_EEG

Definition at line 111 of file fiff_dig_point.h.

fiff_float_t FIFFLIB::FiffDigPoint::r[3]

Point location

Definition at line 113 of file fiff_dig_point.h.


The documentation for this class was generated from the following files: