IOSS  2.0
Ioss_ElementTopology.h File Reference
#include <Ioss_CodeTypes.h>
#include <map>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Ioss::ETRegistry
 
class  Ioss::ElementTopology
 Represents an element topology. More...
 

Namespaces

 Ioss
 The main namespace for the Ioss library.
 

Typedefs

using Ioss::ElementTopologyMap = std::map< std::string, ElementTopology *, std::less< std::string > >
 
using Ioss::ETM_VP = ElementTopologyMap::value_type
 

Enumerations

enum  Ioss::ElementShape {
  Ioss::ElementShape::UNKNOWN, Ioss::ElementShape::POINT, Ioss::ElementShape::LINE, Ioss::ElementShape::TRI,
  Ioss::ElementShape::QUAD, Ioss::ElementShape::TET, Ioss::ElementShape::PYRAMID, Ioss::ElementShape::WEDGE,
  Ioss::ElementShape::HEX
}