IOSS 2.0
Loading...
Searching...
No Matches
Ioss_ElementPermutation.h File Reference
#include "Ioss_CodeTypes.h"
#include <assert.h>
#include <limits>
#include <map>
#include <stdint.h>
#include <string>
#include <vector>
#include "ioss_export.h"
Include dependency graph for Ioss_ElementPermutation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ioss::EPRegistry
 
class  Ioss::ElementPermutation
 
class  Ioss::NullPermutation
 
class  Ioss::SpherePermutation
 
class  Ioss::LinePermutation
 
class  Ioss::SpringPermutation
 
class  Ioss::TriPermutation
 
class  Ioss::QuadPermutation
 
class  Ioss::TetPermutation
 
class  Ioss::PyramidPermutation
 
class  Ioss::WedgePermutation
 
class  Ioss::HexPermutation
 
class  Ioss::SuperPermutation
 

Namespaces

namespace  Ioss
 The main namespace for the Ioss library.
 

Typedefs

using Ioss::Ordinal = uint16_t
 
using Ioss::Permutation = uint32_t
 
using Ioss::ElementPermutationMap = std::map<std::string, ElementPermutation *, std::less<>>
 
using Ioss::EPM_VP = ElementPermutationMap::value_type
 

Variables

static constexpr Ordinal Ioss::InvalidOrdinal = std::numeric_limits<Ordinal>::max()
 
static constexpr Permutation Ioss::InvalidPermutation = std::numeric_limits<Permutation>::max()