ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/GeometryFactory.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/nanoRodBuilder/GeometryFactory.hpp (file contents):
Revision 2219 by chuckv, Tue May 3 22:55:29 2005 UTC vs.
Revision 2239 by chuckv, Sun May 22 21:36:21 2005 UTC

# Line 61 | Line 61 | namespace oopse { (public)
61     class GeometryFactory {
62   public:
63        
64 <      typedef std::map<std::string, LatticeCreator*> CreatorMapType;
64 >      typedef std::map<std::string, GeometryCreator*> CreatorMapType;
65        typedef std::vector<std::string> IdentVectorType;
66        typedef std::vector<std::string>::iterator IdentVectorIterator;
67        
# Line 103 | Line 103 | namespace oopse { (public)
103         * creating this concrete object
104         * @param id the identification of the concrete object
105         */
106 <      Lattice* createGeometry(const std::string& id);
106 >      Geometry* createGeometry(const std::string& id);
107        
108        /**
109           *  Returns all of the registed  type identifiers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines