Skip to main content

FwdEegSphereLayer

Namespace: FWDLIB  ·  Library: Forward Library

#include <fwd/fwd_eeg_sphere_layer.h>

class FWDLIB::FwdEegSphereLayer

Implements FwdEegSphereLayer (replaces fwdEegSphereLayer / fwdEegSphereLayerRec from MNE-C fwd_types.h).

One concentric shell (outer radius rad, conductivity sigma and the derived ratios) of a multi-shell de Munck / Berg-Scherg EEG head model.


Public Methods

FwdEegSphereLayer()

Constructs the Electric Current Dipole.


~FwdEegSphereLayer()

Destroys the Forward EEG Sphere Layer description.


Static Methods

comp_layers(v1, v2)

Compare two sphere layers by radius for sorting.

Parameters:

Returns:

  • bool — True if v1.rad < v2.rad.

Authors of this file