Poly2DList Class

 
Declaration
class Poly2DList : public vector<Polygon2DPtr>
 
Description
The polygon list class.
 
Namespace
NP::NestKernel::Data::Poly
 
Include File
Poly2DList.h
 
Operations
      GetMaxAreaPoly                 Get the polygon index which has the max area.
      RemoveNullPolygon           Remove the polygon which has no convexes.
      IntersectWith                         Whether the polygon intersects with one polygon in the list.
      GetRectBox                           Get the boundary rect of polygons.
      GetPolygonByID                  Get polygon object by ID.
      DelPolygonByID                  Delete polygon object by ID.
 

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