|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#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 | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
| #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 | |||
| ) |
{ \
std::cout << ( a ) << "\n"; \
mdbImpl->list_entity( b ); \
return false; \
}
Definition at line 1721 of file GeomTopoTool.cpp.
Referenced by moab::GeomTopoTool::check_model().