86 typedef QSharedPointer<MNEProjectToSurface>
SPtr;
87 typedef QSharedPointer<const MNEProjectToSurface>
ConstSPtr;
118 Eigen::VectorXi &nearest, Eigen::VectorXf &dist);
136 bool project_to_surface(
const Eigen::Vector3f &r, Eigen::Vector3f &rTri,
int &bestTri,
float &bestDist);
152 bool nearest_triangle_point(
const Eigen::Vector3f &r,
const int tri,
float &p,
float &q,
float &dist);
167 bool project_to_triangle(Eigen::Vector3f &rTri,
const float p,
const float q,
const int tri);
170 Eigen::MatrixX3f r12;
171 Eigen::MatrixX3f r13;