moab
DualTool.cpp File Reference
#include "moab/DualTool.hpp"
#include "moab/Range.hpp"
#include "moab/Core.hpp"
#include "Internals.hpp"
#include "MBTagConventions.hpp"
#include "moab/Skinner.hpp"
#include "moab/MeshTopoUtil.hpp"
#include "AEntityFactory.hpp"
#include "moab/CN.hpp"
#include <string>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <assert.h>

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define RR   if (MB_SUCCESS != result) return result
#define SWAP(a, b)   {EntityHandle tmp_ent = a; a = b; b = tmp_ent;}
#define TRC   if (MB_SUCCESS != tmp_result) {result = tmp_result; continue;}
#define MIN(a, b)   (a < b ? a : b)
#define MAX(a, b)   (a > b ? a : b)
#define KEEP_DELETE(a, b, c, d)   {c = MIN(a,b); d = MAX(a,b);}
#define PRENT(ent)

Variables

bool moab::debug = false
bool moab::debug_ap = false

Define Documentation

#define KEEP_DELETE (   a,
  b,
  c,
 
)    {c = MIN(a,b); d = MAX(a,b);}
#define MAX (   a,
 
)    (a > b ? a : b)
#define MIN (   a,
 
)    (a < b ? a : b)
#define PRENT (   ent)
Value:
CN::EntityTypeName(TYPE_FROM_HANDLE(ent)) << " " \
        << ID_FROM_HANDLE(ent)
#define RR   if (MB_SUCCESS != result) return result

MOAB, a Mesh-Oriented datABase, is a software component for creating, storing and accessing finite element mesh data.

Copyright 2004 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Coroporation, the U.S. Government retains certain rights in this software.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Examples:
DeformMeshRemap.cpp.

Definition at line 33 of file DualTool.cpp.

#define SWAP (   a,
 
)    {EntityHandle tmp_ent = a; a = b; b = tmp_ent;}

Definition at line 34 of file DualTool.cpp.

#define TRC   if (MB_SUCCESS != tmp_result) {result = tmp_result; continue;}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines