MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "moab/ScdInterface.hpp"
#include "moab/Core.hpp"
#include "SequenceManager.hpp"
#include "EntitySequence.hpp"
#include "StructuredElementSeq.hpp"
#include "VertexSequence.hpp"
#include "ScdVertexData.hpp"
#include "MBTagConventions.hpp"
#include <cassert>
#include <iostream>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | ERRORR(rval, str) |
Functions | |
std::ostream & | moab::operator<< (std::ostream &str, const ScdParData &pd) |
#define ERRORR | ( | rval, | |
str | |||
) |
{ \ if( MB_SUCCESS != ( rval ) ) \ { \ std::cerr << ( str ); \ return rval; \ } \ }
Definition at line 18 of file ScdInterface.cpp.
Referenced by moab::ScdInterface::assign_global_ids(), and moab::ScdInterface::construct_box().