MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Brief description of this class. More...
#include <mne_project_to_surface.h>
Public Types | |
typedef QSharedPointer< MNEProjectToSurface > | SPtr |
typedef QSharedPointer< const MNEProjectToSurface > | ConstSPtr |
Public Member Functions | |
MNEProjectToSurface () | |
MNEProjectToSurface (const MNELIB::MNEBemSurface &p_MNEBemSurf) | |
MNEProjectToSurface. More... | |
MNEProjectToSurface (const MNELIB::MNESurface &p_MNESurf) | |
MNEProjectToSurface. More... | |
bool | mne_find_closest_on_surface (const Eigen::MatrixXf &r, const int np, Eigen::MatrixXf &rTri, Eigen::VectorXi &nearest, Eigen::VectorXf &dist) |
mne_find_closest_on_surface More... | |
Brief description of this class.
Description of what this class is intended to do (in detail).
Definition at line 83 of file mne_project_to_surface.h.
typedef QSharedPointer<const MNEProjectToSurface> MNELIB::MNEProjectToSurface::ConstSPtr |
Const shared pointer type for MNEProjectToSurface.
Definition at line 88 of file mne_project_to_surface.h.
typedef QSharedPointer<MNEProjectToSurface> MNELIB::MNEProjectToSurface::SPtr |
Shared pointer type for MNEProjectToSurface.
Definition at line 87 of file mne_project_to_surface.h.
MNEProjectToSurface::MNEProjectToSurface | ( | ) |
Constructs a MNEProjectToSurface object.
Definition at line 74 of file mne_project_to_surface.cpp.
MNEProjectToSurface::MNEProjectToSurface | ( | const MNELIB::MNEBemSurface & | p_MNEBemSurf | ) |
Constructs a MNEProjectToSurface with the data of a MNEBemSurface object.
[in] | p_MNEBemSurf | The MNEBemSurface to which is to be projected. |
Definition at line 88 of file mne_project_to_surface.cpp.
MNEProjectToSurface::MNEProjectToSurface | ( | const MNELIB::MNESurface & | p_MNESurf | ) |
Constructs a MNEProjectToSurface with the data of a MNESurf object.
[in] | p_MNESurf | The MNESurface to which is to be projected. |
Definition at line 124 of file mne_project_to_surface.cpp.
bool MNEProjectToSurface::mne_find_closest_on_surface | ( | const Eigen::MatrixXf & | r, |
const int | np, | ||
Eigen::MatrixXf & | rTri, | ||
Eigen::VectorXi & | nearest, | ||
Eigen::VectorXf & | dist | ||
) |
mne_find_closest_on_surface
Projects a set of points r on the Surface
[in] | r | Set of pionts, which are to be projectied. |
[in] | np | number of points. |
[out] | rTri | set of points on the surface. |
[out] | nearest | Triangle of the new point. |
[out] | dist | Distance between r and rTri. |
Definition at line 150 of file mne_project_to_surface.cpp.