PolyFEM
Loading...
Searching...
No Matches
polyfem::io::OBJReader Member List

This is the complete list of members for polyfem::io::OBJReader, including all inherited members.

OBJReader()=deletepolyfem::io::OBJReader
read(const std::string obj_file_name, std::vector< std::vector< double > > &V, std::vector< std::vector< double > > &TC, std::vector< std::vector< double > > &N, std::vector< std::vector< int > > &F, std::vector< std::vector< int > > &FTC, std::vector< std::vector< int > > &FN, std::vector< std::vector< int > > &L)polyfem::io::OBJReaderstatic
read(FILE *obj_file, std::vector< std::vector< double > > &V, std::vector< std::vector< double > > &TC, std::vector< std::vector< double > > &N, std::vector< std::vector< int > > &F, std::vector< std::vector< int > > &FTC, std::vector< std::vector< int > > &FN, std::vector< std::vector< int > > &L)polyfem::io::OBJReaderstatic
read(const std::string obj_file_name, std::vector< std::vector< double > > &V, std::vector< std::vector< int > > &F, std::vector< std::vector< int > > &L)polyfem::io::OBJReaderstatic
read(const std::string str, Eigen::MatrixXd &V, Eigen::MatrixXi &E, Eigen::MatrixXi &F)polyfem::io::OBJReaderstatic