21 template <
typename DerivedV,
typename DerivedF>
23 const std::string & str,
24 const Eigen::MatrixBase<DerivedV> & V,
25 const Eigen::MatrixBase<DerivedF> & F);
29 template <
typename DerivedV,
typename DerivedF,
typename DerivedC>
31 const std::string & str,
32 const Eigen::MatrixBase<DerivedV> & V,
33 const Eigen::MatrixBase<DerivedF> & F,
34 const Eigen::MatrixBase<DerivedC> & C);
36#ifndef IGL_STATIC_LIBRARY
37#include "writeWRL.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool writeWRL(const std::string &str, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F)
Write mesh to a .wrl file.