#include "moab/GeomTopoTool.hpp"
#include "moab/GeomQueryTool.hpp"
#include "moab/OrientedBoxTreeTool.hpp"
#include "moab/Range.hpp"
#include "MBTagConventions.hpp"
#include "moab/Interface.hpp"
#include "moab/CN.hpp"
#include "moab/Skinner.hpp"
#include "Internals.hpp"
#include <iostream>
Go to the source code of this file.
Namespaces | |
moab | |
Class representing axis-aligned bounding box. | |
Macros | |
#define | RETFALSE(a, b) |
Variables | |
const char | moab::GEOM_SENSE_2_TAG_NAME [] = "GEOM_SENSE_2" |
const char | moab::GEOM_SENSE_N_ENTS_TAG_NAME [] = "GEOM_SENSE_N_ENTS" |
const char | moab::GEOM_SENSE_N_SENSES_TAG_NAME [] = "GEOM_SENSE_N_SENSES" |
const char | moab::OBB_ROOT_TAG_NAME [] = "OBB_ROOT" |
const char | moab::OBB_GSET_TAG_NAME [] = "OBB_GSET" |
const char | moab::IMPLICIT_COMPLEMENT_NAME [] = "impl_complement" |
#define RETFALSE | ( | a, | |
b | |||
) |
Definition at line 1727 of file GeomTopoTool.cpp.