45#ifndef APPLICATIONS_STATICPROPS_SPATIALSTATISTICS_HPP 
   46#define APPLICATIONS_STATICPROPS_SPATIALSTATISTICS_HPP 
   51#include "applications/staticProps/StaticAnalyser.hpp" 
   53#include "brains/Snapshot.hpp" 
   57#include "selection/SelectionEvaluator.hpp" 
   58#include "selection/SelectionManager.hpp" 
   65                      const std::string& sele, 
int nbins);
 
   67    virtual void process();
 
   68    virtual void processFrame(
int frame);
 
   69    virtual int getBin(
Vector3d pos)                          = 0;
 
   70    virtual void processStuntDouble(
StuntDouble* sd, 
int bin) = 0;
 
   75    std::string selectionScript_;
 
 
   83                   const std::string& sele, 
int nbins, 
int axis);
 
   86    virtual void processFrame(
int frame);
 
   92    std::string axisLabel_;
 
 
   98                    const std::string& sele, 
const std::string& comsele,
 
   99                    int nbins, RealType binWidth);
 
  101    virtual void processFrame(
int frame);
 
  103    void setCoordinateOrigin(
Vector3d co) { coordinateOrigin_ = co; }
 
  108    std::string comSele_;
 
 
"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.