29 using namespace GMap3d;
31 CParameterPolylinePosition::CParameterPolylinePosition(
int ANbRef) :
38 FVertexList(AParam.FVertexList)
63 {
return FVertexList.size(); }
68 return FVertexList[AIndex];
74 return FVertexList[FVertexList.size()-1];
78 {
return FVertexList; }
84 FVertexList.pop_back();
91 FVertexList.push_back(AVertex);
96 const CVertex & AVertex)
99 if ( FVertexList[AIndex]!=AVertex )
101 FVertexList[AIndex] = AVertex;