moab
DagMC.cpp File Reference
#include "DagMC.hpp"
#include "MBTagConventions.hpp"
#include "moab/CartVect.hpp"
#include "moab/Range.hpp"
#include "moab/Core.hpp"
#include "moab/GeomUtil.hpp"
#include "moab/FileOptions.hpp"
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <limits>
#include <algorithm>
#include <set>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define M_PI   3.14159265358979323846
#define MB_OBB_TREE_TAG_NAME   "OBB_TREE"
#define FACETING_TOL_TAG_NAME   "FACETING_TOL"
#define CATEGORY_TAG_LENGTH   32
#define MBI   moab_instance()

Variables

const bool moab::counting = false

Define Documentation

#define CATEGORY_TAG_LENGTH   32

Definition at line 39 of file DagMC.cpp.

#define FACETING_TOL_TAG_NAME   "FACETING_TOL"

Definition at line 38 of file DagMC.cpp.

#define M_PI   3.14159265358979323846

Definition at line 34 of file DagMC.cpp.

#define MB_OBB_TREE_TAG_NAME   "OBB_TREE"

Definition at line 37 of file DagMC.cpp.

#define MBI   moab_instance()

Definition at line 41 of file DagMC.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines