MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#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 | |
namespace | 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 } |