ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/types/ShapeAtomType.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/types/ShapeAtomType.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 64 | Line 64 | namespace oopse {
64      ShapeAtomType() : DirectionalAtomType() { atp.is_Shape = 1; }
65      ~ShapeAtomType();
66          
67 <     std::vector<RealSphericalHarmonic*> getContactFuncs(void) {return contactFuncs;}
68 <     std::vector<RealSphericalHarmonic*> getRangeFuncs(void) {return rangeFuncs;}
69 <     std::vector<RealSphericalHarmonic*> getStrengthFuncs(void) {return strengthFuncs;}
67 >    std::vector<RealSphericalHarmonic*> getContactFuncs(void) {return contactFuncs;}
68 >    std::vector<RealSphericalHarmonic*> getRangeFuncs(void) {return rangeFuncs;}
69 >    std::vector<RealSphericalHarmonic*> getStrengthFuncs(void) {return strengthFuncs;}
70      
71      void setContactFuncs(std::vector<RealSphericalHarmonic*> cf) {
72        contactFuncs = cf;
# Line 101 | Line 101 | namespace oopse {
101      
102    private:
103      
104 <     std::vector<RealSphericalHarmonic*> contactFuncs;  // The contact functions
105 <     std::vector<RealSphericalHarmonic*> rangeFuncs;    // The range functions
106 <     std::vector<RealSphericalHarmonic*> strengthFuncs; // The strength functions
104 >    std::vector<RealSphericalHarmonic*> contactFuncs;  // The contact functions
105 >    std::vector<RealSphericalHarmonic*> rangeFuncs;    // The range functions
106 >    std::vector<RealSphericalHarmonic*> strengthFuncs; // The strength functions
107      
108    };
109   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines