45#ifndef APPLICATIONS_STATICPROPS_P2R_HPP
46#define APPLICATIONS_STATICPROPS_P2R_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
49#include "selection/SelectionEvaluator.hpp"
50#include "selection/SelectionManager.hpp"
57 P2R(
SimInfo* info,
const string& filename,
const string& sele1,
59 P2R(
SimInfo* info,
const string& filename,
const string& sele1,
60 const string& sele2,
unsigned int nbins);
61 P2R(
SimInfo* info,
const string& filename,
const string& sele,
62 const int seleOffset,
unsigned int nbins);
63 P2R(
SimInfo* info,
const string& filename,
const string& sele,
64 const int seleOffset,
const int seleOffset2,
unsigned int nbins);
66 virtual void process();
69 void processHistogram();
77 string selectionScript1_;
78 string selectionScript2_;
94 P2Z(
SimInfo* info,
const string& filename,
const string& sele1,
95 unsigned int nbins,
int axis);
96 P2Z(
SimInfo* info,
const string& filename,
const string& sele1,
97 const string& sele2,
unsigned int nbins,
int axis);
98 P2Z(
SimInfo* info,
const string& filename,
const string& sele,
99 const int seleOffset,
unsigned int nbins,
int axis);
100 P2Z(
SimInfo* info,
const string& filename,
const string& sele,
101 const int seleOffset,
const int seleOffset2,
unsigned int nbins,
104 virtual void process();
108 std::string axisLabel_;
"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.