Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
SparseTag.cpp File Reference
#include <memory.h>
#include <algorithm>
#include "SparseTag.hpp"
#include "moab/Range.hpp"
#include "TagCompare.hpp"
#include "SysUtil.hpp"
#include "SequenceManager.hpp"
#include "moab/Error.hpp"
#include "moab/ErrorHandler.hpp"
#include "moab/CN.hpp"
+ Include dependency graph for SparseTag.cpp:

Go to the source code of this file.

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Functions

template<class Container >
static void moab::get_tagged (const SparseTag::MapType &mData, EntityType type, Container &output_range)
 
template<class Container >
static void moab::get_tagged (const SparseTag::MapType &mData, Range::const_iterator begin, Range::const_iterator end, Container &output_range)
 
template<class Container >
static void moab::get_tagged (const SparseTag::MapType &mData, Container &entities, EntityType type, const Range *intersect)