MNE-CPP  0.1.9
A Framework for Electrophysiology
UTILSLIB::Sphere Member List

This is the complete list of members for UTILSLIB::Sphere, including all inherited members.

center()UTILSLIB::Sphereinline
fit_sphere(const Eigen::MatrixX3f &points)UTILSLIB::Spherestatic
fit_sphere_simplex(const Eigen::MatrixX3f &points, double simplex_size=2e-2)UTILSLIB::Spherestatic
fit_sphere_to_points(const Eigen::MatrixXf &rr, float simplex_size, Eigen::VectorXf &r0, float &R)UTILSLIB::Spherestatic
fit_sphere_to_points(float **rr, int np, float simplex_size, float *r0, float *R) (defined in UTILSLIB::Sphere)UTILSLIB::Spherestatic
radius()UTILSLIB::Sphereinline
Sphere(const Eigen::Vector3f &center, float radius)UTILSLIB::Sphere