MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This is the complete list of members for UTILSLIB::Sphere, including all inherited members.
center() | UTILSLIB::Sphere | inline |
fit_sphere(const Eigen::MatrixX3f &points) | UTILSLIB::Sphere | static |
fit_sphere_simplex(const Eigen::MatrixX3f &points, double simplex_size=2e-2) | UTILSLIB::Sphere | static |
fit_sphere_to_points(const Eigen::MatrixXf &rr, float simplex_size, Eigen::VectorXf &r0, float &R) | UTILSLIB::Sphere | static |
fit_sphere_to_points(float **rr, int np, float simplex_size, float *r0, float *R) (defined in UTILSLIB::Sphere) | UTILSLIB::Sphere | static |
radius() | UTILSLIB::Sphere | inline |
Sphere(const Eigen::Vector3f ¢er, float radius) | UTILSLIB::Sphere |