Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
WriteSTL.cpp File Reference
#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>
+ Include dependency graph for WriteSTL.cpp:

Go to the source code of this file.

Classes

struct  moab::BinTri
 

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#define _S_IREAD   ( S_IRUSR | S_IRGRP | S_IROTH )
 
#define _S_IWRITE   ( S_IWUSR | S_IWGRP | S_IWOTH )
 

Macro Definition Documentation

◆ _S_IREAD

#define _S_IREAD   ( S_IRUSR | S_IRGRP | S_IROTH )

Definition at line 48 of file WriteSTL.cpp.

◆ _S_IWRITE

#define _S_IWRITE   ( S_IWUSR | S_IWGRP | S_IWOTH )

Definition at line 49 of file WriteSTL.cpp.