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

Comparing trunk/src/math/Hull.hpp (file contents):
Revision 1307 by chuckv, Mon Oct 20 19:36:32 2008 UTC vs.
Revision 1308 by chuckv, Tue Oct 21 16:44:00 2008 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 27 July 2008.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: Hull.hpp,v 1.2 2008-10-20 19:36:32 chuckv Exp $
47 > *  @version $Id: Hull.hpp,v 1.3 2008-10-21 16:44:00 chuckv Exp $
48   *
49   */
50  
# Line 72 | Line 72 | namespace oopse {
72      virtual int getNMeshElements()=0; //Number of polygons in surface mesh
73      virtual RealType getVolume()=0; //Total Volume inclosed by Hull
74      virtual std::vector< StuntDouble* > getSurfaceAtoms()=0; //Returns a list of surface atoms
75 <    virtual std::vector<Triangle* > getMesh()=0;
75 >    virtual std::vector<Triangle > getMesh()=0;
76      virtual void printHull(const std::string& geomFileName)=0;
77    };
78   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines