30 template <
typename DerivedV,
typename DerivedF,
typename DerivedC>
32 const std::string str,
33 const Eigen::MatrixBase<DerivedV>& V,
34 const Eigen::MatrixBase<DerivedF>& F,
35 const Eigen::MatrixBase<DerivedC>& C);
37 template <
typename DerivedV,
typename DerivedF>
39 const std::string str,
40 const Eigen::MatrixBase<DerivedV>& V,
41 const Eigen::MatrixBase<DerivedF>& F);
44#ifndef IGL_STATIC_LIBRARY
45# include "writeOFF.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool writeOFF(const std::string str, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedC > &C)
Export geometry and colors-by-vertex to an ascii OFF file.