9#include "ioss_export.h"
31 EdgeBlock(
DatabaseIO *io_database,
const std::string &my_name,
const std::string &edge_type,
32 int64_t number_edges);
47 int64_t internal_get_field_data(
const Field &field,
void *data,
48 size_t data_size)
const override;
50 int64_t internal_put_field_data(
const Field &field,
void *data,
51 size_t data_size)
const override;
53 int64_t internal_get_zc_field_data(
const Field &field,
void **data,
54 size_t *data_size)
const override;
#define IOSS_NODISCARD
Definition Ioss_CodeTypes.h:55
An input or output Database.
Definition Ioss_DatabaseIO.h:63
IOSS_NODISCARD std::string contains_string() const override
What does this entity contain.
Definition Ioss_EdgeBlock.h:38
IOSS_NODISCARD EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition Ioss_EdgeBlock.h:39
IOSS_NODISCARD std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition Ioss_EdgeBlock.h:37
EdgeBlock(const EdgeBlock &)=default
IOSS_NODISCARD std::string type_string() const override
Get the name of the particular type of entity.
Definition Ioss_EdgeBlock.h:36
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:29
EntityBlock(DatabaseIO *io_database, const std::string &my_name, const std::string &entity_type, size_t entity_cnt)
Constructor adds "name" and "entity_count" properties to the entity and specifies the topology type f...
Definition Ioss_EntityBlock.C:31
Holds metadata for bulk data associated with a GroupingEntity.
Definition Ioss_Field.h:25
A named value that has a known type.
Definition Ioss_Property.h:27
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
EntityType
The particular type of GroupingEntity.
Definition Ioss_EntityType.h:12
@ EDGEBLOCK
Definition Ioss_EntityType.h:14