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::T Struct Reference

A T-shaped symmetry. 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::T
 
static constexpr PointGroup pointGroup = PointGroup::C2v
 
static constexpr unsigned size = 3
 
static constexpr char stringName [] = "T-shaped"
 
static constexpr std::array
< Temple::Vector, 3 > 
coordinates
 
static constexpr std::array
< std::array< unsigned, 3 >, 1 > 
rotations
 
static constexpr std::array
< std::array< unsigned, 4 >, 0 > 
tetrahedra {{}}
 
static constexpr std::array
< unsigned, 0 > 
mirror {}
 

Detailed Description

A T-shaped symmetry.

*
* 0 – (_) – 2
*      |
*      1
*
* 

Field Documentation

constexpr std::array<Temple::Vector, 3> Scine::Molassembler::Shapes::Data::T::coordinates
static
Initial value:
{{
{-1, -0, -0},
{0, 1, 0},
{1, 0, 0},
}}
constexpr std::array< std::array<unsigned, 3>, 1 > Scine::Molassembler::Shapes::Data::T::rotations
static
Initial value:
{{
{{2, 1, 0}}
}}

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