
Public Member Functions | |
| ECityObject | GetCOType () const |
| Returns city object type. | |
Static Public Member Functions | |
| static _CityObject * | Create (ECityObject type) |
| Static creator of city objects. | |
Protected Member Functions | |
| _CityObject (ECityObject type) | |
| Ctor. | |
Private Attributes | |
| ECityObject | cCityObjectType |
| The city obejct type. | |
| cgml::_CityObject::_CityObject | ( | ECityObject | type | ) | [protected] |
Ctor.
Protected since this is an abstract class
| static _CityObject* cgml::_CityObject::Create | ( | ECityObject | type | ) | [static] |
Static creator of city objects.
| type | The type of city object to create |