PolyFEM
|
This is the complete list of members for polyfem::io::OBJReader, including all inherited members.
OBJReader()=delete | polyfem::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::OBJReader | static |
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::OBJReader | static |
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::OBJReader | static |
read(const std::string str, Eigen::MatrixXd &V, Eigen::MatrixXi &E, Eigen::MatrixXi &F) | polyfem::io::OBJReader | static |