ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/Snapshot.hpp
(Generate patch)

Comparing branches/development/src/brains/Snapshot.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1858 by gezelter, Wed Apr 3 21:32:13 2013 UTC

# Line 62 | Line 62 | namespace OpenMD{
62      RealType currentTime;         /**< current time */
63      Mat3x3d  hmat;                /**< axes of the periodic box in matrix form */
64      Mat3x3d  invHmat;             /**< the inverse of the Hmat matrix */
65 +    Mat3x3d  bBox;                /**< axes of a bounding box in matrix form */
66 +    Mat3x3d  invBbox;             /**< the inverse of the bounding box */
67      bool     orthoRhombic;        /**< is this an orthorhombic periodic box? */
68      RealType totalEnergy;         /**< total energy of this frame */
69      RealType translationalKinetic; /**< translational kinetic energy of this frame */
# Line 135 | Line 137 | namespace OpenMD{
137      void     setHmat(const Mat3x3d& m);
138      /** Returns the inverse H-Matrix */
139      Mat3x3d  getInvHmat();
140 +
141 +    /** Returns the Bounding Box */
142 +    Mat3x3d  getBoundingBox();
143 +    /** Sets the Bounding Box */
144 +    void     setBoundingBox(const Mat3x3d& m);
145 +    /** Returns the inverse Bounding Box*/
146 +    Mat3x3d  getInvBoundingBox();
147              
148      RealType getVolume();
149      RealType getXYarea();
# Line 264 | Line 273 | namespace OpenMD{
273      bool hasGyrationalVolume;
274      bool hasHullVolume;
275      bool hasConservedQuantity;
276 +    bool hasBoundingBox;
277  
278    private:
279      RealType orthoTolerance_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines