#include <OBJWriter.hpp>
|
static bool | write (const std::string &path, const Eigen::MatrixXd &v, const Eigen::MatrixXi &e, const Eigen::MatrixXi &f) |
|
static bool | write (const std::string &path, const Eigen::MatrixXd &v, const Eigen::MatrixXi &e_or_f) |
|
Definition at line 18 of file OBJWriter.hpp.
◆ OBJWriter()
polyfem::io::OBJWriter::OBJWriter |
( |
| ) |
|
|
delete |
◆ write() [1/2]
bool polyfem::io::OBJWriter::write |
( |
const std::string & |
path, |
|
|
const Eigen::MatrixXd & |
v, |
|
|
const Eigen::MatrixXi & |
e, |
|
|
const Eigen::MatrixXi & |
f |
|
) |
| |
|
static |
◆ write() [2/2]
static bool polyfem::io::OBJWriter::write |
( |
const std::string & |
path, |
|
|
const Eigen::MatrixXd & |
v, |
|
|
const Eigen::MatrixXi & |
e_or_f |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files: