* Gets the objects in this dataset. * @return Pointer to the objects. */
| 81 | * @return Pointer to the objects. |
| 82 | */ |
| 83 | std::vector<MapData*> *MapDataSet::getObjects() |
| 84 | { |
| 85 | return &_objects; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Gets the surfaces in this dataset. |
no outgoing calls
no test coverage detected