* MapDataSet construction. */
| 35 | * MapDataSet construction. |
| 36 | */ |
| 37 | MapDataSet::MapDataSet(const std::string &name) : _name(name), _objects(), _surfaceSet(0), _loaded(false) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * MapDataSet destruction. |
nothing calls this directly
no outgoing calls
no test coverage detected