moab
moab::WriteHDF5::TagDesc Struct Reference

Tag to write to file. More...

#include <WriteHDF5.hpp>

List of all members.

Public Member Functions

bool have_dense (const ExportType &type) const
bool operator< (const TagDesc &) const

Public Attributes

Tag tag_id
 The tag handle.
id_t sparse_offset
id_t var_data_offset
bool write_sparse
 Write sparse tag data (for serial, is always equal to !range.empty())
unsigned long max_num_ents
unsigned long max_num_vals
std::vector< ExportTypedense_list

Detailed Description

Tag to write to file.

Definition at line 140 of file WriteHDF5.hpp.


Member Function Documentation

bool moab::WriteHDF5::TagDesc::have_dense ( const ExportType type) const [inline]

Definition at line 166 of file WriteHDF5.hpp.

      { return std::find(dense_list.begin(), dense_list.end(), type) != dense_list.end(); }
bool moab::WriteHDF5::TagDesc::operator< ( const TagDesc ) const

Member Data Documentation

List of entity groups for which to write tag data in dense format

Definition at line 164 of file WriteHDF5.hpp.

If doing parallel IO, largest number, over all processes, of entities for which to write tag data. Zero if unused.

Definition at line 155 of file WriteHDF5.hpp.

For variable-length tags during parallel IO: the largest number of tag values to be written on by any process, used to calculate the total number of collective writes that all processes must do. Zero for fixed-length tags or if not doing parallel IO.

Definition at line 160 of file WriteHDF5.hpp.

The offset at which to begin writting this processor's data. Always zero except for parallel IO.

Definition at line 146 of file WriteHDF5.hpp.

The tag handle.

Definition at line 143 of file WriteHDF5.hpp.

For variable-length tags, a second offset for the tag data table, separate from the offset used for the ID and Index tables. Always zero except for parallel IO.

Definition at line 150 of file WriteHDF5.hpp.

Write sparse tag data (for serial, is always equal to !range.empty())

Definition at line 152 of file WriteHDF5.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines