|
template<class Functor , class IteratorType > |
static void | moab::find_tag_values (Functor compare, IteratorType begin, IteratorType end, Range &results) |
|
template<class Functor , class IteratorType > |
static void | moab::find_tag_values (Functor compare, IteratorType begin, IteratorType end, std::vector< EntityHandle > &results) |
|
template<class Functor , class TagMap > |
static void | moab::find_map_values (Functor compare, Range::const_iterator lower, Range::const_iterator upper, const TagMap &tag_map, Range &results) |
|
template<class IteratorType , class ContainerType > |
static void | moab::find_tag_values_equal (const TagInfo &tag_info, const void *value, int size, IteratorType begin, IteratorType end, ContainerType &results) |
|
template<class IteratorType , class ContainerType > |
static void | moab::find_tag_varlen_values_equal (const TagInfo &tag_info, const void *value, int size, IteratorType begin, IteratorType end, ContainerType &results) |
|
template<class TagMap > |
static void | moab::find_map_values_equal (const TagInfo &tag_info, const void *value, int size, Range::const_iterator begin, Range::const_iterator end, const TagMap &tag_map, Range &results) |
|
template<class TagMap > |
static void | moab::find_map_varlen_values_equal (const TagInfo &tag_info, const void *value, int size, Range::const_iterator begin, Range::const_iterator end, const TagMap &tag_map, Range &results) |
|
static std::pair< EntityType, EntityType > | moab::type_range (EntityType type) |
|