int launch_medit(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedT > &T, const Eigen::PlainObjectBase< DerivedF > &F, const bool wait)
Writes the tetmesh in (V,T,F) to a temporary file, opens it with medit (forking with a system call) a...