84 typedef QSharedPointer<MNEProjectToSurface>
SPtr;
85 typedef QSharedPointer<const MNEProjectToSurface>
ConstSPtr;
116 Eigen::VectorXi &nearest, Eigen::VectorXf &dist);
134 bool project_to_surface(
const Eigen::Vector3f &r, Eigen::Vector3f &rTri,
int &bestTri,
float &bestDist);
150 bool nearest_triangle_point(
const Eigen::Vector3f &r,
const int tri,
float &p,
float &q,
float &dist);
165 bool project_to_triangle(Eigen::Vector3f &rTri,
const float p,
const float q,
const int tri);
168 Eigen::MatrixX3f r12;
169 Eigen::MatrixX3f r13;