|
IOSS
2.0
|
#include <Ioss_CoordinateFrame.h>#include <Ioss_DatabaseIO.h>#include <Ioss_EntityType.h>#include <Ioss_GroupingEntity.h>#include <Ioss_MeshType.h>#include <Ioss_Property.h>#include <Ioss_State.h>#include <cstddef>#include <cstdint>#include <functional>#include <iosfwd>#include <map>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | Ioss::Region |
| A grouping entity that contains other grouping entities. More... | |
Namespaces | |
| Ioss | |
| The main namespace for the Ioss library. | |
Typedefs | |
| using | Ioss::NodeBlockContainer = std::vector< NodeBlock * > |
| using | Ioss::EdgeBlockContainer = std::vector< EdgeBlock * > |
| using | Ioss::FaceBlockContainer = std::vector< FaceBlock * > |
| using | Ioss::ElementBlockContainer = std::vector< ElementBlock * > |
| using | Ioss::NodeSetContainer = std::vector< NodeSet * > |
| using | Ioss::EdgeSetContainer = std::vector< EdgeSet * > |
| using | Ioss::FaceSetContainer = std::vector< FaceSet * > |
| using | Ioss::ElementSetContainer = std::vector< ElementSet * > |
| using | Ioss::SideSetContainer = std::vector< SideSet * > |
| using | Ioss::StructuredBlockContainer = std::vector< StructuredBlock * > |
| using | Ioss::CommSetContainer = std::vector< CommSet * > |
| using | Ioss::StateTimeContainer = std::vector< double > |
| using | Ioss::AliasMap = std::map< std::string, std::string, std::less< std::string > > |