Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::WriteHDF5::SpecialSetData Struct Reference

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>

+ Collaboration diagram for moab::WriteHDF5::SpecialSetData:

Public Attributes

EntityHandle setHandle
 
unsigned setFlags
 
std::vector< wid_tcontentIds
 
std::vector< wid_tchildIds
 
std::vector< wid_tparentIds
 

Detailed Description

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.

Member Data Documentation

◆ childIds

std::vector< wid_t > moab::WriteHDF5::SpecialSetData::childIds

Definition at line 361 of file WriteHDF5.hpp.

Referenced by moab::WriteHDF5Parallel::unpack_set().

◆ contentIds

std::vector< wid_t > moab::WriteHDF5::SpecialSetData::contentIds

Definition at line 360 of file WriteHDF5.hpp.

Referenced by moab::WriteHDF5Parallel::unpack_set().

◆ parentIds

std::vector< wid_t > moab::WriteHDF5::SpecialSetData::parentIds

Definition at line 362 of file WriteHDF5.hpp.

Referenced by moab::WriteHDF5Parallel::unpack_set().

◆ setFlags

unsigned moab::WriteHDF5::SpecialSetData::setFlags

◆ setHandle


The documentation for this struct was generated from the following file: