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

Comparing branches/new_design/OOPSE-4/src/io/ElectrostaticAtomTypesSectionParser.hpp (file contents):
Revision 1770 by tim, Tue Nov 23 17:53:43 2004 UTC vs.
Revision 1813 by tim, Wed Dec 1 17:38:32 2004 UTC

# Line 33 | Line 33 | namespace oopse {
33       * @class ElectrostaticAtomTypesSectionParser ElectrostaticAtomTypesSectionParser.hpp "io/ElectrostaticAtomTypesSectionParser.hpp"
34       */
35      class ElectrostaticAtomTypesSectionParser : public SectionParser {
36 <        private:
37 <            void parseLine(const std::string& line, int lineNo);
36 >        public:
37 >            ElectrostaticAtomTypesSectionParser();
38              
39 +        private:
40 +            virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
41 +
42 +            void parseCharge(StringTokenizer& tokenizer, AtomType* atomType);
43 +            void parseDipole(StringTokenizer& tokenizer, DirectionalAtomType* dAtomType);
44 +            void parseQuadruple(StringTokenizer& tokenizer, DirectionalAtomType* dAtomType);
45 +            void parseElectroBodyFrame(StringTokenizer& tokenizer, DirectionalAtomType* dAtomType);
46      };
47  
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines