Struct describing a set for which the contained and linked entity lists are something other than the local values. Used to store data for shared sets owned by this process when writing in parallel. More...
#include <WriteHDF5.hpp>
Public Attributes | |
EntityHandle | setHandle |
unsigned | setFlags |
std::vector< wid_t > | contentIds |
std::vector< wid_t > | childIds |
std::vector< wid_t > | parentIds |
Struct describing a set for which the contained and linked entity lists are something other than the local values. Used to store data for shared sets owned by this process when writing in parallel.
Definition at line 356 of file WriteHDF5.hpp.
std::vector< wid_t > moab::WriteHDF5::SpecialSetData::childIds |
Definition at line 361 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::unpack_set().
std::vector< wid_t > moab::WriteHDF5::SpecialSetData::contentIds |
Definition at line 360 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::unpack_set().
std::vector< wid_t > moab::WriteHDF5::SpecialSetData::parentIds |
Definition at line 362 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::unpack_set().
unsigned moab::WriteHDF5::SpecialSetData::setFlags |
Definition at line 359 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::communicate_shared_set_data(), and moab::WriteHDF5Parallel::unpack_set().
EntityHandle moab::WriteHDF5::SpecialSetData::setHandle |
Definition at line 358 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::communicate_shared_set_data(), moab::WriteHDF5::find_set_data(), and moab::WriteHDF5::SpecSetLess::operator()().