MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "WriteSTL.hpp"
#include "moab/CN.hpp"
#include "moab/Interface.hpp"
#include "moab/Range.hpp"
#include "moab/WriteUtilIface.hpp"
#include "moab/FileOptions.hpp"
#include "SysUtil.hpp"
#include <cstdio>
#include <sys/types.h>
#include <sys/stat.h>
#include <cerrno>
#include <cmath>
#include <fcntl.h>
#include <climits>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | moab::BinTri |
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | _S_IREAD ( S_IRUSR | S_IRGRP | S_IROTH ) |
#define | _S_IWRITE ( S_IWUSR | S_IWGRP | S_IWOTH ) |
#define _S_IREAD ( S_IRUSR | S_IRGRP | S_IROTH ) |
Definition at line 48 of file WriteSTL.cpp.
Referenced by moab::WriteSTL::open_file().
#define _S_IWRITE ( S_IWUSR | S_IWGRP | S_IWOTH ) |
Definition at line 49 of file WriteSTL.cpp.
Referenced by moab::WriteSTL::open_file().