moab
Intx2Mesh.hpp File Reference
#include <iostream>
#include <sstream>
#include <fstream>
#include <map>
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "moab/Core.hpp"
#include "moab/Interface.hpp"
#include "moab/Range.hpp"
#include "moab/CartVect.hpp"
#include "CslamUtils.hpp"

Go to the source code of this file.

Classes

class  moab::Intx2Mesh

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define ERRORR(rval, str)   if (MB_SUCCESS != rval) {std::cout << str << "\n"; return rval;}
#define ERRORV(rval, str)   if (MB_SUCCESS != rval) {std::cout << str << "\n"; return ;}

Define Documentation

#define ERRORR (   rval,
  str 
)    if (MB_SUCCESS != rval) {std::cout << str << "\n"; return rval;}

Definition at line 29 of file Intx2Mesh.hpp.

#define ERRORV (   rval,
  str 
)    if (MB_SUCCESS != rval) {std::cout << str << "\n"; return ;}

Definition at line 32 of file Intx2Mesh.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines