#ifndef IGL_WRITEOFF_H #define IGL_WRITEOFF_H #include "igl_inline.h" #include #include namespace igl { template IGL_INLINE bool writeOFF( const std::string str, const Eigen::PlainObjectBase& V, const Eigen::PlainObjectBase& F); } #ifdef IGL_HEADER_ONLY # include "writeOFF.cpp" #endif #endif