If the number of entities is less than 3, store the handles directly in the hnd member. Otherwise use the ptr member to hold the beginning and end of a dynamically allocated array. More...
#include <MeshSet.hpp>
Public Attributes | |
EntityHandle | hnd [2] |
Two handles. More... | |
EntityHandle * | ptr [2] |
begin and end pointers for array More... | |
If the number of entities is less than 3, store the handles directly in the hnd member. Otherwise use the ptr member to hold the beginning and end of a dynamically allocated array.
Definition at line 222 of file MeshSet.hpp.
EntityHandle moab::MeshSet::CompactList::hnd[2] |
Two handles.
Definition at line 224 of file MeshSet.hpp.
Referenced by moab::MeshSet::get_children(), moab::MeshSet::get_contents(), moab::MeshSet::get_parents(), moab::insert_in_vector(), moab::range_tool< pair_iter_t >::ranged_insert_entities(), moab::range_tool< pair_iter_t >::ranged_remove_entities(), moab::remove_from_vector(), moab::resize_compact_list(), moab::vector_remove_range(), moab::vector_remove_ranges(), and moab::vector_remove_vector().
EntityHandle* moab::MeshSet::CompactList::ptr[2] |
begin and end pointers for array
Definition at line 225 of file MeshSet.hpp.
Referenced by moab::MeshSet::clear(), moab::MeshSet::clear_all(), moab::MeshSet::get_children(), moab::MeshSet::get_contents(), moab::MeshSet::get_memory_use(), moab::MeshSet::get_parents(), moab::insert_in_vector(), moab::MeshSet::num_children(), moab::MeshSet::num_parents(), moab::range_tool< pair_iter_t >::ranged_insert_entities(), moab::range_tool< pair_iter_t >::ranged_remove_entities(), moab::remove_from_vector(), moab::resize_compact_list(), moab::range_tool< pair_iter_t >::vector_insert_entities(), moab::vector_insert_vector(), moab::vector_remove_range(), moab::vector_remove_ranges(), moab::vector_remove_vector(), and moab::MeshSet::~MeshSet().