Go to the documentation of this file.
33 #ifndef IOSS_Ioss_NodeSet_h
34 #define IOSS_Ioss_NodeSet_h
57 NodeSet(
DatabaseIO *io_database,
const std::string &my_name, int64_t number_nodes);
59 std::string
type_string()
const override {
return "NodeSet"; }
71 size_t data_size)
const override;
74 size_t data_size)
const override;
EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition: Ioss_NodeSet.h:62
std::string type_string() const override
Get the name of the particular type of entity.
Definition: Ioss_NodeSet.h:59
Holds metadata for bulk data associated with a GroupingEntity.
Definition: Ioss_Field.h:47
Definition: Ioss_EntityType.h:44
std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition: Ioss_NodeSet.h:60
The main namespace for the Ioss library.
Definition: Ioad_DatabaseIO.C:66
A collection of nodes.
Definition: Ioss_NodeSet.h:53
NodeSet()
Definition: Ioss_NodeSet.C:46
Property get_implicit_property(const std::string &my_name) const override
Calculate and get an implicit property.
Definition: Ioss_NodeSet.C:72
EntityType
The particular type of GroupingEntity.
Definition: Ioss_EntityType.h:39
An input or output Database.
Definition: Ioss_DatabaseIO.h:82
std::string contains_string() const override
What does this entity contain.
Definition: Ioss_NodeSet.h:61
Base class for all 'set'-type grouping entities, which means that members of the set are not necessar...
Definition: Ioss_EntitySet.h:61
int64_t internal_get_field_data(const Field &field, void *data, size_t data_size) const override
Definition: Ioss_NodeSet.C:60
std::vector< char > data
Definition: cth_pressure_map.C:74
int64_t internal_put_field_data(const Field &field, void *data, size_t data_size) const override
Definition: Ioss_NodeSet.C:66
A named value that has a known type.
Definition: Ioss_Property.h:47