|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <memory.h>#include <algorithm>#include "VarLenSparseTag.hpp"#include "moab/Range.hpp"#include "TagCompare.hpp"#include "SequenceManager.hpp"#include "moab/Error.hpp"#include "moab/ErrorHandler.hpp"#include "moab/CN.hpp"
Include dependency graph for VarLenSparseTag.cpp:Go to the source code of this file.
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Functions | |
| 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) |