Point2DList Class

 
Declaration
class Point2DList : public vector<Point2D>
 
Description
The point list.
 
Namespace
NP::NestKernel::Data::Basic
 
Include File
Point2DList.h
 
Operations
      IsExist                                        Whether the point exists in the list.
      GetPtClosestTo                       Get the closest point.
      GetPtIndex                                Get the index in point list.
      GetLeftPtIndex                        Get the point on the left.
      GetLeftLowerPtIdx/GetLeftHigherPtIdx         Get the left-lower/higher point.
      GetRightLowerPtIdx/GetRightHigherPtIdx   Get the right-lower/higher point.
      GetLowLefterPtIdx/GetLowRighterPtIdx       Get the low-lefter/righter point.
      GetHighLefterPtIdx/GetHighRighterPtIdx     Get the high-lefter/righter point.
      at                                                  Get the point by index.
      Fill                                                Fill the list.
 

Copyright © 2005-2013 by TAOSoft Corporation, All rights reserved.