#include <objreader.H>
Collaboration diagram for OBJReader:
Public Member Functions | |
OBJReader () | |
~OBJReader () | |
bool | read (std::istream &in) |
Attempt to read the contents of a .obj file from the stream in . | |
BMESH * | get_mesh () const |
Create a new BMESH object containing the data read in with the read function. | |
void | get_mesh (BMESH *mesh) const |
Clear the given mesh object and fill it with the data read in with the read function. | |
unsigned long | get_num_vertices () const |
unsigned long | get_num_texcoords () const |
unsigned long | get_num_normals () const |
unsigned long | get_num_faces () const |
unsigned long | get_num_materials () const |
unsigned long | get_num_material_libs () const |
Private Attributes | |
OBJReaderImpl * | impl |
Definition at line 23 of file objreader.H.
|
Definition at line 1350 of file objreader.C. References impl. |
|
Definition at line 1358 of file objreader.C. References impl. |
|
Clear the given mesh object and fill it with the data read in with the read function.
Definition at line 1387 of file objreader.C. References OBJReaderImpl::get_mesh(), and impl. |
|
Create a new BMESH object containing the data read in with the read function.
Definition at line 1379 of file objreader.C. References OBJReaderImpl::get_mesh(), and impl. Referenced by BaseJOTapp::load_obj_file(). |
|
Definition at line 1421 of file objreader.C. References OBJReaderImpl::faces, and impl. |
|
Definition at line 1437 of file objreader.C. References impl, and OBJReaderImpl::mtl_files. |
|
Definition at line 1429 of file objreader.C. References impl, and OBJReaderImpl::materials. |
|
Definition at line 1413 of file objreader.C. References impl, and OBJReaderImpl::normals. |
|
Definition at line 1405 of file objreader.C. References impl, and OBJReaderImpl::texcoords. |
|
Definition at line 1397 of file objreader.C. References impl, and OBJReaderImpl::vertices. |
|
Attempt to read the contents of a .obj file from the stream
Referenced by BaseJOTapp::load_obj_file(). |
|
Definition at line 52 of file objreader.H. Referenced by get_mesh(), get_num_faces(), get_num_material_libs(), get_num_materials(), get_num_normals(), get_num_texcoords(), get_num_vertices(), OBJReader(), and ~OBJReader(). |