comparison engine/core/model/model.h @ 327:e496e3681855

Fixed docstring for Model::deleteMaps() (Really fixes #343)
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 21 Aug 2009 23:54:39 +0000
parents e7a431577c95
children 16ea97290dbc
comparison
equal deleted inserted replaced
326:671e22a1cc8d 327:e496e3681855
79 79
80 /** Return the number of maps in this model 80 /** Return the number of maps in this model
81 */ 81 */
82 size_t getNumMaps() const; 82 size_t getNumMaps() const;
83 83
84 /** Remove all elevations from a map 84 /** Removes all maps from this model
85 */ 85 */
86 void deleteMaps(); 86 void deleteMaps();
87 87
88 /** Get a list of namespaces currently referenced by objects in the metamodel. 88 /** Get a list of namespaces currently referenced by objects in the metamodel.
89 */ 89 */