libigl v2.5.0
Loading...
Searching...
No Matches
writeOFF.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <cassert>
#include <string>
#include "writeOFF.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

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.