PolyFEM
Loading...
Searching...
No Matches
polyfem::io::OBJWriter Class Reference

#include <OBJWriter.hpp>

Public Member Functions

 OBJWriter ()=delete
 

Static Public Member Functions

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)
 

Detailed Description

Definition at line 18 of file OBJWriter.hpp.

Constructor & Destructor Documentation

◆ OBJWriter()

polyfem::io::OBJWriter::OBJWriter ( )
delete

Member Function Documentation

◆ 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

Definition at line 18 of file OBJWriter.cpp.

Referenced by polyfem::State::init_nonlinear_tensor_solve(), polyfem::solver::AdjointNLProblem::save_to_file(), polyfem::solver::SDFTargetForm::set_bspline_target(), polyfem::solver::SDFTargetForm::set_bspline_target(), and write().

Here is the caller graph for this function:

◆ write() [2/2]

static bool polyfem::io::OBJWriter::write ( const std::string &  path,
const Eigen::MatrixXd &  v,
const Eigen::MatrixXi &  e_or_f 
)
inlinestatic

Definition at line 29 of file OBJWriter.hpp.

References write().

Here is the call graph for this function:

The documentation for this class was generated from the following files: