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

A wrapper class around Utils' PositionCollection to emphasize that the positions stored therein are in Angstrom. More...

#include <AngstromPositions.h>

Public Member Functions

 AngstromPositions ()=default
 Default ctor.
 
 AngstromPositions (unsigned N)
 Preallocate space for N positions.
 
 AngstromPositions (const Utils::PositionCollection &pos, LengthUnit lengthUnit=LengthUnit::Bohr)
 Convert from a Utils::PositionCollection.
 
Utils::PositionCollection getBohr () const
 Fetch a bohr representation of the wrapped positions.
 

Data Fields

Utils::PositionCollection positions
 Positions in angstrom units.
 

Detailed Description

A wrapper class around Utils' PositionCollection to emphasize that the positions stored therein are in Angstrom.


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