45#ifndef APPLICATIONS_STATICPROPS_PIPEDENSITY_HPP
46#define APPLICATIONS_STATICPROPS_PIPEDENSITY_HPP
51#include "applications/staticProps/StaticAnalyser.hpp"
52#include "selection/SelectionEvaluator.hpp"
53#include "selection/SelectionManager.hpp"
60 const std::string& sele,
int nbins,
int nbins2,
int axis = 0);
61 virtual void process();
64 virtual void writeDensity();
68 std::string selectionScript_;
73 std::string axisLabel1_;
74 std::string axisLabel2_;
78 std::vector<std::vector<std::vector<StuntDouble*>>> sliceSDLists_;
79 std::vector<std::vector<RealType>> density_;
"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.