6 #include "VectorMath.h"
15 typedef std::vector<Eegeo::dv2> TLinearRing;
22 const TLinearRing& GetRing()
const;
24 mutable bool m_parsed;
25 mutable TLinearRing m_ring;
26 const rapidjson::Value* m_pValue;
29 typedef std::vector<LinearRing> TLinearRings;