45#ifndef APPLICATIONS_STATICPROPS_TETRAHEDRALITYPARAMDENS_HPP
46#define APPLICATIONS_STATICPROPS_TETRAHEDRALITYPARAMDENS_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
50#include "selection/SelectionEvaluator.hpp"
51#include "selection/SelectionManager.hpp"
86 const std::string& sele1,
const std::string& sele2,
87 double rCut,
int ndensbins);
89 int getNDensBins() {
return nDensBins_; }
91 virtual void process();
97 std::string selectionScript1_;
98 std::string selectionScript2_;
109 std::vector<int> sliceCount_;
"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.
Tetrahedrality ParameterDens.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.