|
Jafar
|
Definition at line 13 of file Object.hpp.

Public Types | |
| enum | Type { Building, Road, Plant, Water, Generic, Ground, CityFurniture } |
Public Member Functions | |
| const std::string & | id () const |
| Type | type () const |
Private Member Functions | |
| Object (const std::string &_id, Type _type, const std::list< geom::Point3D > &_points, const std::list< geom::Segment3D > &_interiorSegments, const std::list< geom::Segment3D > &_exteriorSegments) | |
Private Attributes | |
| std::string | m_id |
| Type | m_type |
Friends | |
| class | Parser |
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |
|