summaryrefslogtreecommitdiff
path: root/inc/GeomAdaptor_HSurface.lxx
blob: c330a4c7f89e389b7683cf70f1397668b0faa8cf (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
47
48
49
50
// File:      GeomAdaptor_HSurface.lxx
// Created:   Fri Aug 25 14:44:25 1995
// Author:    Remi LEQUETTE
// Copyright: OPEN CASCADE 1995


//=======================================================================
//function : GeomAdaptor_HSurface
//purpose  : 
//=======================================================================

inline GeomAdaptor_HSurface::GeomAdaptor_HSurface()
{
}

//=======================================================================
//function : GeomAdaptor_HSurface
//purpose  : 
//=======================================================================

inline GeomAdaptor_HSurface::GeomAdaptor_HSurface(const GeomAdaptor_Surface& AS) :
GeomAdaptor_GHSurface(AS)
{
}

//=======================================================================
//function : GeomAdaptor_HSurface
//purpose  : 
//=======================================================================

inline GeomAdaptor_HSurface::GeomAdaptor_HSurface(const Handle(Geom_Surface)& S)
{
  ChangeSurface().Load(S);
}

//=======================================================================
//function : GeomAdaptor_HSurface
//purpose  : 
//=======================================================================

inline GeomAdaptor_HSurface::GeomAdaptor_HSurface(const Handle(Geom_Surface)& S, 
                                                  const Standard_Real UFirst, 
                                                  const Standard_Real ULast,
                                                  const Standard_Real VFirst, 
                                                  const Standard_Real VLast,
                                                  const Standard_Real TolU,
                                                  const Standard_Real TolV)
{
  ChangeSurface().Load(S,UFirst,ULast,VFirst,VLast,TolU,TolV);
}