Workspace 6.21.5
Classes | Typedefs
CSIRO::Mesh::ElementType Namespace Reference

Classes

class  Hexahedron
 
class  Point
 
class  Polygon
 
class  PolyLine
 
class  Quadrilateral
 
class  Segment
 
class  Tetrahedron
 
class  Triangle
 
class  Type
 A type of element supported by a MeshModelInterface. More...
 
class  TypeRegistry
 A class to provide a lookup between element type name and singleton instance. More...
 
class  TypeSingleton
 
class  Unsupported
 

Typedefs

using Hexa = Hexahedron
 
using List = QList< const ElementType::Type * >
 
using Quad = Quadrilateral
 
using Tetra = Tetrahedron
 
using Tri = Triangle
 

Typedef Documentation

◆ Hexa

using Hexa = Hexahedron

◆ List

using List = QList<const ElementType::Type*>

A list of element types

◆ Quad

◆ Tetra

using Tetra = Tetrahedron

◆ Tri

using Tri = Triangle