summaryrefslogtreecommitdiff
path: root/src/GeomFill/GeomFill_Line.cxx
blob: 7cd2184357977be4c1951ccac2233f18e82cc90d (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
28
29
// File:	GeomFill_Line.cxx
// Created:	Fri Feb 18 16:48:13 1994
// Author:	Bruno DUMORTIER
//		<dub@fuegox>

#include <GeomFill_Line.ixx>



//=======================================================================
//function : GeomFill_Line
//purpose  : 
//=======================================================================

GeomFill_Line::GeomFill_Line()
{
  myNbPoints = 0;
}


//=======================================================================
//function : GeomFill_Line
//purpose  : 
//=======================================================================

GeomFill_Line::GeomFill_Line(const Standard_Integer NbPoints)
     : myNbPoints(NbPoints)
{
}