moab
|
#include "moab/GeomTopoTool.hpp"
#include "moab/Range.hpp"
#include "MBTagConventions.hpp"
#include "moab/Interface.hpp"
#include "moab/CN.hpp"
#include "moab/Skinner.hpp"
#include "Internals.hpp"
#include <assert.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | RETFALSE(a, b) { std::cout<<a<<"\n"; mdbImpl->list_entity(b); return false; } |
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" |
#define RETFALSE | ( | a, | |
b | |||
) | { std::cout<<a<<"\n"; mdbImpl->list_entity(b); return false; } |
Definition at line 1312 of file GeomTopoTool.cpp.