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  template <
typename DerivedV, 
typename DerivedF>
 
   38    const std::string str,
 
   39    const Eigen::MatrixBase<DerivedV>& V,
 
   40    const Eigen::MatrixBase<DerivedF>& F);
 
   43#ifndef IGL_STATIC_LIBRARY 
   44#  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.