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

Comparing branches/development/src/math/Hull.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 60 | Line 60
60   #include <vector>
61   #include <string>
62  
63
64
63   namespace OpenMD {
64    class Hull {
65    public:
66      virtual ~Hull(){};
67      virtual void computeHull(std::vector<StuntDouble*> bodydoubles)=0;
68      virtual RealType getArea()=0; //Total area of Hull
69 <    virtual RealType getVolume()=0; //Total Volume inclosed by Hull
69 >    virtual RealType getVolume()=0; //Total Volume enclosed by Hull
70 >    virtual Mat3x3d getBoundingBox()=0; //Bounding box of Hull sites
71      virtual std::vector<Triangle > getMesh()=0;
72      virtual void printHull(const std::string& geomFileName)=0;
73    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines