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

Comparing trunk/src/math/Triangle.hpp (file contents):
Revision 1306 by chuckv, Sun Sep 14 01:32:26 2008 UTC vs.
Revision 1307 by chuckv, Mon Oct 20 19:36:32 2008 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 29 July 2008.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: Triangle.hpp,v 1.1 2008-09-14 01:32:25 chuckv Exp $
47 > *  @version $Id: Triangle.hpp,v 1.2 2008-10-20 19:36:32 chuckv Exp $
48   *
49   */
50  
# Line 104 | Line 104 | namespace oopse {
104        return centroid_;
105      }
106  
107 +    Vector3d getFacetVelocity(){
108 +      return facetVelocity_;
109 +    }
110 +    
111 +    void setFacetVelocity(Vector3d facetVelocity){
112 +      facetVelocity_ = facetVelocity;
113 +    }
114 +
115 +
116    private:
117      /* Local Indentity of vertex atoms in pos array*/
118      std::vector <StuntDouble*> vertexSD_;
119      Vector3d normal_;
120      Vector3d centroid_;
121      RealType area_;
122 +    Vector3d facetVelocity_;
123      
124    }; // End class Triangle
125      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines