33 #ifndef IOSS_Ioss_EdgeBlock_h 34 #define IOSS_Ioss_EdgeBlock_h 56 EdgeBlock(
DatabaseIO *io_database,
const std::string &my_name,
const std::string &edge_type,
57 int64_t number_edges);
61 std::string
type_string()
const override {
return "EdgeBlock"; }
72 size_t data_size)
const override;
75 size_t data_size)
const override;
EdgeBlock(DatabaseIO *io_database, const std::string &my_name, const std::string &edge_type, int64_t number_edges)
Create an edge block.
Definition: Ioss_EdgeBlock.C:55
int64_t internal_get_field_data(const Field &field, void *data, size_t data_size) const override
Definition: Ioss_EdgeBlock.C:72
A named value that has a known type.
Definition: Ioss_Property.h:47
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_EdgeBlock.h:63
std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition: Ioss_EdgeBlock.h:62
Property get_implicit_property(const std::string &my_name) const override
Calculate and get an implicit property.
Definition: Ioss_EdgeBlock.C:67
Base class for all 'block'-type grouping entities, which means all members of the block are similar o...
Definition: Ioss_EntityBlock.h:61
std::string type_string() const override
Get the name of the particular type of entity.
Definition: Ioss_EdgeBlock.h:61
Definition: Ioss_EntityType.h:41
Holds metadata for bulk data associated with a GroupingEntity.
Definition: Ioss_Field.h:47
EntityType
The particular type of GroupingEntity.
Definition: Ioss_EntityType.h:39
std::vector< char > data
Definition: Ioss_Utils.C:78
int64_t internal_put_field_data(const Field &field, void *data, size_t data_size) const override
Definition: Ioss_EdgeBlock.C:78
A collection of element edges with the same topology.
Definition: Ioss_EdgeBlock.h:53