v2.0.0
Loading...
Searching...
No Matches
FSLIB Namespace Reference

FreeSurfer surface, annotation and parcellation I/O for mne-cpp. More...

Classes

class  FsAnnotation
 Single-hemisphere FreeSurfer parcellation: vertex → region label plus embedded colortable. More...
class  FsAnnotationSet
 Container holding the lh and/or rh FsAnnotation for one parcellation atlas. More...
class  FsAtlasLookup
 RAS-point → anatomical-region resolver backed by a FreeSurfer volumetric parcellation. More...
class  FsColortable
 FreeSurfer colour lookup table: region name + RGBA + packed label, indexed by entry. More...
class  FsLabel
 A FreeSurfer/MNE surface label: per-vertex indices, Tk-RAS positions and scalar values for one hemisphere. More...
class  FsLabelUtils
 Stateless utilities that grow, split and convert FsLabel objects on a FreeSurfer triangular surface. More...
class  FsSurface
 In-memory FreeSurfer triangular cortical surface for one hemisphere. More...
class  FsSurfaceSet
 Container holding the lh and/or rh FsSurface for one subject and one surface kind. More...

Functions

const char * buildDateTime ()
const char * buildHash ()
const char * buildHashLong ()

Detailed Description

FreeSurfer surface, annotation and parcellation I/O for mne-cpp.

Houses the readers and in-memory containers for the on-surface side of a FreeSurfer recon-all output tree: triangular cortical surfaces (lh.pial, rh.white, lh.inflated, …), per-vertex annotation files (lh.aparc.annot, …), the FreeSurferColorLUT-style colour lookup tables they embed, surface labels (.label) and the companion lookup against volumetric parcellations (aparc+aseg.mgz). The volumetric MRI side lives in MRILIB.

Function Documentation

◆ buildDateTime()

const char * FSLIB::buildDateTime ( )

Returns build date and time.

Definition at line 25 of file fs_global.cpp.

◆ buildHash()

const char * FSLIB::buildHash ( )

Returns abbreviated build git hash.

Definition at line 29 of file fs_global.cpp.

◆ buildHashLong()

const char * FSLIB::buildHashLong ( )

Returns full build git hash.

Definition at line 33 of file fs_global.cpp.