ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/types/BendType.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/types/BendType.hpp (file contents):
Revision 1742 by tim, Tue Nov 16 20:36:18 2004 UTC vs.
Revision 1745 by tim, Wed Nov 17 01:11:36 2004 UTC

# Line 34 | Line 34 | namespace oopse {
34   #define TYPES_BENDTYPE_HPP
35  
36   namespace oopse {
37 +  
38 +  /**
39 +   * @class BendType BendType.hpp "types/BendType.hpp"
40 +   */
41 +  class BendType {
42 +  public:
43 +    virtual ~BendType() {}
44 +    
45 +    virtual void calcForce(double theta, double& V, double& dVdTheta);  
46  
47 <    /**
48 <     * @class BendType BendType.hpp "types/BendType.hpp"
40 <     */
41 <    class BendType {
42 <        public:
43 <            BendType();
44 <            virtual ~BendType() {}
45 <
46 <            virtual void calcForce(double angle, double& firstDerivative, double& potential);
47 <
48 <            double getPotential();
49 <            
50 <        protected:
51 <            
52 <            double potential;
53 <    };
47 >    
48 >  };
49   }
50   #endif //TYPES_BENDTYPE_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines