Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
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

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 Documentation

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

Definition at line 1721 of file GeomTopoTool.cpp.

Referenced by moab::GeomTopoTool::check_model().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines