Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AtomInfo.h File Reference

Element type information classes. More...

#include "boost/optional/optional_fwd.hpp"
#include "Utils/Geometry/ElementTypes.h"
#include <array>
#include <map>
#include <vector>
Include dependency graph for AtomInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Scine::Molassembler::AtomInfo::ElementInfo
 Stores information about an element. More...
 

Namespaces

 Scine
 
 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::AtomInfo
 Information on particular element types.
 

Functions

double Scine::Molassembler::AtomInfo::bondRadius (Utils::ElementType elementType)
 
bool Scine::Molassembler::AtomInfo::isMainGroupElement (Utils::ElementType elementType)
 
boost::optional< unsigned > Scine::Molassembler::AtomInfo::mainGroupVE (Utils::ElementType elementType)
 
unsigned Scine::Molassembler::AtomInfo::dElectronCount (Utils::ElementType elementType)
 
double Scine::Molassembler::AtomInfo::vdwRadius (Utils::ElementType elementType)
 Accessor function to fetch the vdw radius directly from elementData.
 

Variables

const std::array< double, 110 > Scine::Molassembler::AtomInfo::bondRadii
 
std::array< ElementInfo, 110 > Scine::Molassembler::AtomInfo::elementData
 

Detailed Description

Element type information classes.