libigl v2.5.0
Loading...
Searching...
No Matches
launch_medit.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "launch_medit.cpp"

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.