15#include "ioexnl_export.h"
29 SuperElement(std::string filename,
const std::string &my_name);
43 int64_t internal_get_field_data(
const Ioss::Field &field,
void *data,
44 size_t data_size)
const override;
46 int64_t internal_put_field_data(
const Ioss::Field &field,
void *data,
47 size_t data_size)
const override;
50 std::string fileName{};
#define IOSS_NODISCARD
Definition Ioss_CodeTypes.h:55
Definition Ioexnl_SuperElement.h:27
IOSS_NODISCARD std::string type_string() const override
Get the name of the particular type of entity.
Definition Ioexnl_SuperElement.h:32
IOSS_NODISCARD std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition Ioexnl_SuperElement.h:33
IOSS_NODISCARD Ioss::EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition Ioexnl_SuperElement.h:35
IOSS_NODISCARD std::string contains_string() const override
What does this entity contain.
Definition Ioexnl_SuperElement.h:34
Holds metadata for bulk data associated with a GroupingEntity.
Definition Ioss_Field.h:25
Base class for all 'grouping' entities. The following derived classes are typical:
Definition Ioss_GroupingEntity.h:67
A named value that has a known type.
Definition Ioss_Property.h:27
A namespace for the exodus database format.
Definition Ioexnl_BaseDatabaseIO.C:93
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
EntityType
The particular type of GroupingEntity.
Definition Ioss_EntityType.h:12
@ SUPERELEMENT
Definition Ioss_EntityType.h:26