libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedV , typename DerivedT , typename DerivedF > | |
int | igl::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) and returns. | |