moab
|
#include <WriteHDF5.hpp>
Public Attributes | |
EntityHandle | setHandle |
unsigned | setFlags |
std::vector< id_t > | contentIds |
std::vector< id_t > | childIds |
std::vector< id_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 339 of file WriteHDF5.hpp.
std::vector<id_t> moab::WriteHDF5::SpecialSetData::childIds |
Definition at line 343 of file WriteHDF5.hpp.
std::vector<id_t> moab::WriteHDF5::SpecialSetData::contentIds |
Definition at line 342 of file WriteHDF5.hpp.
std::vector<id_t> moab::WriteHDF5::SpecialSetData::parentIds |
Definition at line 344 of file WriteHDF5.hpp.
Definition at line 341 of file WriteHDF5.hpp.
Definition at line 340 of file WriteHDF5.hpp.