33 #ifndef IOSS_Ioss_ElementSet_h 34 #define IOSS_Ioss_ElementSet_h 60 std::string
type_string()
const override {
return "ElementSet"; }
73 size_t data_size)
const override;
76 size_t data_size)
const override;
int64_t internal_get_field_data(const Field &field, void *data, size_t data_size) const override
Definition: Ioss_ElementSet.C:61
A named value that has a known type.
Definition: Ioss_Property.h:47
int64_t internal_put_field_data(const Field &field, void *data, size_t data_size) const override
Definition: Ioss_ElementSet.C:67
The main namespace for the Ioss library.
Definition: Iocgns_DatabaseIO.h:50
An input or output Database.
Definition: Ioss_DatabaseIO.h:80
EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition: Ioss_ElementSet.h:62
Base class for all 'set'-type grouping entities, which means that members of the set are not necessar...
Definition: Ioss_EntitySet.h:61
ElementSet()
Definition: Ioss_ElementSet.C:47
Definition: Ioss_EntityType.h:47
Property get_implicit_property(const std::string &my_name) const override
Calculate and get an implicit property.
Definition: Ioss_ElementSet.C:73
A collection of elements.
Definition: Ioss_ElementSet.h:54
std::string type_string() const override
Get the name of the particular type of entity.
Definition: Ioss_ElementSet.h:60
std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition: Ioss_ElementSet.h:61
Holds metadata for bulk data associated with a GroupingEntity.
Definition: Ioss_Field.h:47
void block_membership(std::vector< std::string > &block_membership) override
Get list of blocks that the entities in this GroupingEntity "touch".
Definition: Ioss_ElementSet.C:78
EntityType
The particular type of GroupingEntity.
Definition: Ioss_EntityType.h:39
std::vector< char > data
Definition: Ioss_Utils.C:78