45#ifndef APPLICATIONS_STATICPROPS_DENSITYPLOT_HPP
46#define APPLICATIONS_STATICPROPS_DENSITYPLOT_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
49#include "selection/SelectionEvaluator.hpp"
50#include "selection/SelectionManager.hpp"
57 const std::string& sele,
const std::string& cmSele,
58 RealType len,
int nrbins);
59 virtual void process();
61 int getNRBins() {
return nRBins_; }
63 RealType getLength() {
return len_; }
75 std::vector<int> histogram_;
76 std::vector<RealType> density_;
78 std::string selectionScript_;
81 std::string cmSelectionScript_;
"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.