ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/SpatialStatistics.hpp
(Generate patch)

Comparing branches/development/src/applications/staticProps/SpatialStatistics.hpp (file contents):
Revision 1873 by gezelter, Wed Apr 17 18:24:08 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 111 | Line 111 | namespace OpenMD {
111    class SlabStatistics : public SpatialStatistics {
112    public:
113      SlabStatistics(SimInfo* info, const string& filename, const string& sele, int nbins);
114 +    virtual ~SlabStatistics();
115 +
116      virtual int getBin(Vector3d pos);
117      virtual void processFrame(int frame);
118    protected:
# Line 123 | Line 125 | namespace OpenMD {
125    class ShellStatistics : public SpatialStatistics {
126    public:
127      ShellStatistics(SimInfo* info, const string& filename, const string& sele, int nbins);
128 +    virtual ~ShellStatistics();
129      virtual int getBin(Vector3d pos);
130  
131      void setCoordinateOrigin(Vector3d co) { coordinateOrigin_ = co; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines