|
@@ -65,7 +65,7 @@ namespace OTSDATA {
|
|
|
|
|
|
// PolygonPoint
|
|
|
std::vector<CPoint> GetPolygonPoint() const { return m_PolygonPoint; }
|
|
|
- void SetPolygonPoint(const std::vector<CPoint>* a_PolygonPoint);
|
|
|
+ void SetPolygonPoint(const std::vector<CPoint> a_PolygonPoint);
|
|
|
//void AddPolygonPoint(CPoint p) { m_PolygonPoint.push_back(p); }
|
|
|
// check if have common area with the given domain
|
|
|
BOOL IntersectDomain(const CDomain& a_oDomain);
|