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 1858 by gezelter, Wed Apr 3 21:32:13 2013 UTC vs.
Revision 1866 by gezelter, Thu Apr 25 14:32:56 2013 UTC

# Line 67 | Line 67 | namespace OpenMD {
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 enclosed by Hull
70    virtual Mat3x3d getBoundingBox()=0; //Bounding box of Hull sites
70      virtual std::vector<Triangle > getMesh()=0;
71      virtual void printHull(const std::string& geomFileName)=0;
72    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines