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

Comparing trunk/src/math/ConvexHull.hpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1886 by gezelter, Tue Jun 18 17:47:37 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
79      std::vector<Triangle> getMesh(){return Triangles_;}
80      void printHull(const std::string& geomFileName);
81  
82    protected:
83      RealType volume_;
84      RealType area_;
88    Mat3x3d boundingBox_;
85      int dim_;
86      const std::string options_;
87      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines