Go to the documentation of this file.
33 #ifndef IOSS_Ioss_NullEntity_h
34 #define IOSS_Ioss_NullEntity_h
48 std::string
type_string()
const override {
return "NullEntity"; }
Holds metadata for bulk data associated with a GroupingEntity.
Definition: Ioss_Field.h:47
Property get_implicit_property(const std::string &my_name) const override
Calculate and get an implicit property.
Definition: Ioss_NullEntity.h:56
The main namespace for the Ioss library.
Definition: Ioad_DatabaseIO.C:66
std::string type_string() const override
Get the name of the particular type of entity.
Definition: Ioss_NullEntity.h:48
Definition: Ioss_EntityType.h:55
virtual Property get_implicit_property(const std::string &my_name) const =0
Calculate and get an implicit property.
Definition: Ioss_GroupingEntity.C:172
EntityType
The particular type of GroupingEntity.
Definition: Ioss_EntityType.h:39
int64_t internal_put_field_data(const Field &, void *, size_t) const override
Definition: Ioss_NullEntity.h:64
NullEntity()
Definition: Ioss_NullEntity.h:46
EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition: Ioss_NullEntity.h:51
std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition: Ioss_NullEntity.h:49
int64_t internal_get_field_data(const Field &, void *, size_t) const override
Definition: Ioss_NullEntity.h:62
Definition: Ioss_NullEntity.h:43
std::string contains_string() const override
What does this entity contain.
Definition: Ioss_NullEntity.h:50
A named value that has a known type.
Definition: Ioss_Property.h:47
Base class for all 'grouping' entities. The following derived classes are typical:
Definition: Ioss_GroupingEntity.h:93