Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Scine::Molassembler::Shapes::Data::Pentagon Struct Reference

A pentagon shape (planar) More...

#include <Data.h>

Static Public Member Functions

static constexpr double angleFunction (const unsigned a, const unsigned b)
 

Static Public Attributes

static constexpr Shape shape = Shape::Pentagon
 
static constexpr PointGroup pointGroup = PointGroup::D5h
 
static constexpr unsigned size = 5
 
static constexpr char stringName [] = "pentagon"
 
static constexpr std::array
< Temple::Vector, 5 > 
coordinates
 
static constexpr std::array
< std::array< unsigned, 5 >, 2 > 
rotations
 
static constexpr std::array
< std::array< unsigned, 4 >, 0 > 
tetrahedra {{}}
 
static constexpr std::array
< unsigned, 0 > 
mirror {}
 

Detailed Description

A pentagon shape (planar)

*
* All in plane:
*
*      0
*  1.  |  .4
*    °(_)°
*    /   \
*   2     3
*
* 

Field Documentation

constexpr std::array<Temple::Vector, 5> Scine::Molassembler::Shapes::Data::Pentagon::coordinates
static
Initial value:
{{
{1, 0, 0},
{0.309017, 0.951057, 0},
{-0.809017, 0.587785, 0},
{-0.809017, -0.587785, 0},
{0.309017, -0.951057, 0}
}}
constexpr std::array< std::array<unsigned, 5>, 2 > Scine::Molassembler::Shapes::Data::Pentagon::rotations
static
Initial value:
{{
{{4, 0, 1, 2, 3}},
{{0, 4, 3, 2, 1}}
}}

The documentation for this struct was generated from the following file: