summaryrefslogtreecommitdiff
path: root/inc/Poly_Polygon2D.lxx
blob: e9ae9a47c2a8d8f97be5efdcbffd994a56f763d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File:	Poly_Polygon2D.lxx
// Created:	Thu Mar  9 16:38:18 1995
// Author:	Laurent PAINNOT
//		<lpa@metrox>


//=======================================================================
//function : NbNodes
//purpose  : 
//=======================================================================

inline Standard_Integer Poly_Polygon2D::NbNodes() const 
{
  return myNodes.Length();
}