MOAB: Mesh Oriented datABase
(version 5.2.1)
|
#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 341 of file WriteHDF5.hpp.
std::vector< wid_t > moab::WriteHDF5::SpecialSetData::childIds |
Definition at line 346 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::unpack_set().
std::vector< wid_t > moab::WriteHDF5::SpecialSetData::contentIds |
Definition at line 345 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::unpack_set().
std::vector< wid_t > moab::WriteHDF5::SpecialSetData::parentIds |
Definition at line 347 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::unpack_set().
Definition at line 344 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::communicate_shared_set_data(), and moab::WriteHDF5Parallel::unpack_set().
Definition at line 343 of file WriteHDF5.hpp.
Referenced by moab::WriteHDF5Parallel::communicate_shared_set_data(), moab::WriteHDF5::find_set_data(), and moab::WriteHDF5::SpecSetLess::operator()().