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

Line shape. 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::Line
 
static constexpr PointGroup pointGroup = PointGroup::Cinfv
 
static constexpr unsigned size = 2
 
static constexpr char stringName [] = "line"
 
static constexpr std::array
< Temple::Vector, 2 > 
coordinates
 
static constexpr std::array
< std::array< unsigned, 2 >, 1 > 
rotations
 
static constexpr std::array
< std::array< unsigned, 4 >, 0 > 
tetrahedra {{}}
 
static constexpr std::array
< unsigned, 0 > 
mirror {}
 

Detailed Description

Line shape.

*
*  0 – (_) – 1
*
* 

Field Documentation

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

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