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

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"
 

Macro Definition Documentation

◆ RETFALSE

#define RETFALSE (   a,
 
)
Value:
{ \
std::cout << ( a ) << "\n"; \
mdbImpl->list_entity( b ); \
return false; \
}

Definition at line 1727 of file GeomTopoTool.cpp.