Scine::Readuct  6.0.0
This is the SCINE module ReaDuct.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Scine::Readuct::ElementaryStepOptimization::ProfileEnergies Class Reference

#include <ProfileEnergies.h>

Collaboration diagram for Scine::Readuct::ElementaryStepOptimization::ProfileEnergies:
Collaboration graph

Public Types

using Array = std::vector< double >
 

Public Member Functions

 ProfileEnergies (Array x, Array y)
 
void setValues (Array x, Array y)
 
const Array & getCoordinates () const
 
const Array & getEnergies () const
 
std::pair< double, double > getPair (int index) const
 
int size () const
 
bool empty () const
 

Detailed Description

Class for collection of (x, y) values, where x is a BSpline coordinate (between 0 and 1), and y is the corresponding energy.


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