|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "VarLenDenseTag.hpp"#include "moab/Range.hpp"#include "TagCompare.hpp"#include "SysUtil.hpp"#include "SequenceManager.hpp"#include "SequenceData.hpp"#include "RangeSeqIntersectIter.hpp"#include "moab/Error.hpp"#include "moab/ErrorHandler.hpp"#include "moab/CN.hpp"#include <utility>
Include dependency graph for VarLenDenseTag.cpp:Go to the source code of this file.
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Functions | |
| static ErrorCode | moab::not_found (std::string, EntityHandle) |
| template<class Container > | |
| static ErrorCode | moab::get_tagged (const SequenceManager *seqman, int mySequenceArray, EntityType type, Container &entities) |
| template<class Container > | |
| static ErrorCode | moab::get_tagged (const SequenceManager *seqman, int mySequenceArray, Range::const_iterator begin, Range::const_iterator end, Container &entities) |
| template<class Container > | |
| static ErrorCode | moab::get_tagged (const SequenceManager *seqman, int mySequenceArray, Container &entities, EntityType type, const Range *intersect) |
Definition in file VarLenDenseTag.cpp.