MNESurface
Namespace: MNELIB · Library: MNE Library
#include <mne/mne_surface.h>
class MNELIB::MNESurface
Implements the MNE FsSurface (Replaces typedef mneSurfaceOrVolume mneSurface; struct of MNE-C mne_types.h).
Lightweight triangulated surface (vertices, triangles, normals).
Inheritance
Public Methods
MNESurface()
~MNESurface()
sum_solids(from)
Sum the solid angles of all triangles as seen from a given point.
~4pi if inside, ~0 if outside.
Parameters:
- from : const Eigen::Vector3f & The test point.
Returns:
- double — Total solid angle in steradians.