Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
writeOBJ.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include "writeOBJ.cpp"
+ Include dependency graph for writeOBJ.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedCN , typename DerivedFN , typename DerivedTC , typename DerivedFTC >
IGL_INLINE bool igl::writeOBJ (const std::string str, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedCN > &CN, const Eigen::MatrixBase< DerivedFN > &FN, const Eigen::MatrixBase< DerivedTC > &TC, const Eigen::MatrixBase< DerivedFTC > &FTC)
 
template<typename DerivedV , typename DerivedF >
IGL_INLINE bool igl::writeOBJ (const std::string str, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F)