#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <map>
#include "moab/Interface.hpp"
#include "moab/ReaderIface.hpp"
#include "FileTokenizer.hpp"
#include "moab/RangeMap.hpp"
#include "MBTagConventions.hpp"
Go to the source code of this file.
Classes | |
struct | vertex |
struct | face |
class | moab::ReadOBJ |
Namespaces | |
moab | |
Class representing axis-aligned bounding box. | |
Enumerations | |
enum | moab::keyword_type { moab::obj_undefined = 0 , moab::object_start , moab::group_start , moab::face_start , moab::vertex_start , moab::valid_unsupported } |