summaryrefslogtreecommitdiff
path: root/inc/GeomAdaptor_HCurve.lxx
blob: 111803efdb939c25546884bbdce79cfb1403dad2 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// File:      GeomAdaptor_HCurve.lxx
// Created:   Fri Aug 25 14:40:42 1995
// Author:    Remi LEQUETTE
// Copyright: OPEN CASCADE 1995


//=======================================================================
//function : GeomAdaptor_HCurve
//purpose  : 
//=======================================================================

inline GeomAdaptor_HCurve::GeomAdaptor_HCurve()
{
}

//=======================================================================
//function : GeomAdaptor_HCurve
//purpose  : 
//=======================================================================

inline GeomAdaptor_HCurve::GeomAdaptor_HCurve(const GeomAdaptor_Curve& AS) :
GeomAdaptor_GHCurve(AS)
{
}

//=======================================================================
//function : GeomAdaptor_HCurve
//purpose  : 
//=======================================================================

inline GeomAdaptor_HCurve::GeomAdaptor_HCurve(const Handle(Geom_Curve)& S)
{
  ChangeCurve().Load(S);
}

//=======================================================================
//function : GeomAdaptor_HCurve
//purpose  : 
//=======================================================================

inline GeomAdaptor_HCurve::GeomAdaptor_HCurve(const Handle(Geom_Curve)& S, 
                                              const Standard_Real UFirst, 
                                              const Standard_Real ULast)
{
  ChangeCurve().Load(S,UFirst,ULast);
}