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::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, const Eigen::MatrixBase< 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.