45#ifndef APPLICATIONS_STATICPROPS_NANOLENGTH_HPP 
   46#define APPLICATIONS_STATICPROPS_NANOLENGTH_HPP 
   52#include "applications/staticProps/StaticAnalyser.hpp" 
   54#include "selection/SelectionEvaluator.hpp" 
   55#include "selection/SelectionManager.hpp" 
   57using evIndex = std::pair<RealType, int>;
 
   63               const std::string& sele);
 
   64    virtual void process();
 
   67    RealType getLength(std::vector<StuntDouble*> atoms);
 
   70    std::string selectionScript_;
 
   73    std::vector<StuntDouble*> theAtoms_;
 
 
"selection/SelectionEvaluator"
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
The Snapshot class is a repository storing dynamic data during a Simulation.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.