#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include "writeOFF.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedC > |
bool | igl::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.
|
|
template<typename DerivedV , typename DerivedF > |
bool | igl::writeOFF (const std::string str, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|