summaryrefslogtreecommitdiff
path: root/inc/GeomFill_Line.lxx
blob: 1441c3adba5deca21ae5dc45443e543bf9c97e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// File:	GeomFill_Line.lxx
// Created:	Fri Feb 18 17:03:34 1994
// Author:	Bruno DUMORTIER
//		<dub@fuegox>


//=======================================================================
//function : NbPoints
//purpose  : 
//=======================================================================

inline Standard_Integer GeomFill_Line::NbPoints() const
{
  return myNbPoints;
}


//=======================================================================
//function : Point
//purpose  : 
//=======================================================================

inline Standard_Integer GeomFill_Line::Point(const Standard_Integer Index)
     const
{
  return Index;
}