moab
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 <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <math.h>
#include <fcntl.h>
#include <limits.h>
#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 Documentation

#define _S_IREAD   (S_IRUSR|S_IRGRP|S_IROTH)

Definition at line 48 of file WriteSTL.cpp.

#define _S_IWRITE   (S_IWUSR|S_IWGRP|S_IWOTH)

Definition at line 49 of file WriteSTL.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines