#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include <vector>
#include "writeMSH.cpp"
Go to the source code of this file.
|
| template<typename DerivedX, typename DerivedTri, typename DerivedTet, typename DerivedTriTag, typename DerivedTetTag, typename MatrixXF, typename MatrixTriF, typename MatrixTetF> |
| bool | igl::writeMSH (const std::string &msh, const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedTri > &Tri, const Eigen::MatrixBase< DerivedTet > &Tet, const Eigen::MatrixBase< DerivedTriTag > &TriTag, const Eigen::MatrixBase< DerivedTetTag > &TetTag, const std::vector< std::string > &XFields, const std::vector< MatrixXF > &XF, const std::vector< std::string > &EFields, const std::vector< MatrixTriF > &TriF, const std::vector< MatrixTetF > &TetF) |
| | write triangle surface mesh and tetrahedral volume mesh to .msh file
|