AutoPas  3.0.0
Loading...
Searching...
No Matches
Variables
autopas::octree::Tables Namespace Reference

This namespace contains all tables that can be used publicly. More...

Variables

static constexpr std::array< Face, 6 > faces = {L, R, D, U, B, F}
 All available faces for a cube.
 
static constexpr std::array< Edge, 12 > edges = {LD, LU, LB, LF, RD, RU, RB, RF, DB, DF, UB, UF}
 All available edges for a cube.
 
static constexpr std::array< Vertex, 8 > vertices = {LDB, LDF, LUB, LUF, RDB, RDF, RUB, RUF}
 All available vertices for a cube.
 

Detailed Description

This namespace contains all tables that can be used publicly.

Variable Documentation

◆ edges

constexpr std::array<Edge, 12> autopas::octree::Tables::edges = {LD, LU, LB, LF, RD, RU, RB, RF, DB, DF, UB, UF}
staticconstexpr

All available edges for a cube.

The "omega" edge OO is excluded.

◆ faces

constexpr std::array<Face, 6> autopas::octree::Tables::faces = {L, R, D, U, B, F}
staticconstexpr

All available faces for a cube.

The "omega" face O is excluded.

◆ vertices

constexpr std::array<Vertex, 8> autopas::octree::Tables::vertices = {LDB, LDF, LUB, LUF, RDB, RDF, RUB, RUF}
staticconstexpr

All available vertices for a cube.

The "omega" vertex OOO is excluded.