29  template <
typename Scalar, 
typename Index>
 
   31    const std::string mesh_file_name,
 
   32    const std::vector<std::vector<Scalar > > & V,
 
   33    const std::vector<std::vector<Index > > & T,
 
   34    const std::vector<std::vector<Index > > & F);
 
   45  template <
typename DerivedV, 
typename DerivedT, 
typename DerivedF>
 
   47    const std::string str,
 
   48    const Eigen::MatrixBase<DerivedV> & V, 
 
   49    const Eigen::MatrixBase<DerivedT> & T,
 
   50    const Eigen::MatrixBase<DerivedF> & F);
 
   53#ifndef IGL_STATIC_LIBRARY 
   54#  include "writeMESH.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool writeMESH(const std::string mesh_file_name, const std::vector< std::vector< Scalar > > &V, const std::vector< std::vector< Index > > &T, const std::vector< std::vector< Index > > &F)
save a tetrahedral volume mesh to a .mesh file