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

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

# Line 76 | Line 76 | namespace OpenMD {
76      /* Total Volume enclosed by Hull */
77      RealType getVolume(){ return volume_; }
78  
79 +    /* Bounding Box for Hull sites */
80 +    Mat3x3d getBoundingBox(){ return boundingBox_; }
81 +
82      std::vector<Triangle> getMesh(){return Triangles_;}
83      void printHull(const std::string& geomFileName);
84  
85    protected:
86      RealType volume_;
87      RealType area_;
88 +    Mat3x3d boundingBox_;
89      int dim_;
90      const std::string options_;
91      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines