moab
VarLenSparseTag.cpp File Reference
#include <memory.h>
#include <algorithm>
#include "VarLenSparseTag.hpp"
#include "moab/Range.hpp"
#include "TagCompare.hpp"
#include "SequenceManager.hpp"
#include "moab/Error.hpp"
#include "moab/CN.hpp"

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Functions

static ErrorCode moab::not_found (Error *error, std::string name, EntityHandle h)
static ErrorCode moab::not_var_len (Error *error, std::string name)
template<class Container >
static void moab::get_tagged (const VarLenSparseTag::MapType &mData, EntityType type, Container &output_range)
template<class Container >
static void moab::get_tagged (const VarLenSparseTag::MapType &mData, Range::const_iterator begin, Range::const_iterator end, Container &output_range)
template<class Container >
static void moab::get_tagged (const VarLenSparseTag::MapType &mData, Container &entities, EntityType type, const Range *intersect)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines