45#ifndef APPLICATIONS_STATICPROPS_RADIALDISTRFUNC_HPP
46#define APPLICATIONS_STATICPROPS_RADIALDISTRFUNC_HPP
51#include "applications/staticProps/StaticAnalyser.hpp"
52#include "selection/SelectionEvaluator.hpp"
53#include "selection/SelectionManager.hpp"
54#include "utils/Constants.hpp"
65 const std::string& sele1,
const std::string& sele2,
71 virtual void preProcess() {}
72 virtual void postProcess() {}
77 int getNPairs() {
return nPairs_; }
78 int getNSelected1() {
return nSelected1_; }
79 int getNSelected2() {
return nSelected2_; }
83 std::string selectionScript1_;
84 std::string selectionScript2_;
96 virtual void initializeHistogram() {}
98 virtual void processHistogram() {}
102 virtual void writeRdf() = 0;
Radial Distribution Function.
"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.
"Don't move, or you're dead! Stand up! Captain, we've got them!"
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.