Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GEOMUtils_HTrsfCurve2d.hxx
Go to the documentation of this file.
1 // Copyright (C) 2015-2016 CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 
20 #ifndef _GEOMUtils_HTrsfCurve2d_HXX_
21 #define _GEOMUtils_HTrsfCurve2d_HXX_
22 
23 
25 
26 #include <Adaptor2d_HCurve2d.hxx>
27 
28 
29 namespace GEOMUtils
30 {
31 
32  class HTrsfCurve2d;
33 
35 
42  {
43 
44  public:
45 
51  Standard_EXPORT HTrsfCurve2d(const Handle(Geom2d_Curve) &theCurve,
52  const Trsf2d &theTrsf);
53 
59  Standard_EXPORT HTrsfCurve2d(const Handle(Geom2d_Curve) &theCurve,
60  const Standard_Real theUFirst,
61  const Standard_Real theULast,
62  const Trsf2d &theTrsf);
63 
67  const Adaptor2d_Curve2d &Curve2d() const
68  { return myCurve; }
69 
70  private:
71 
73 
74  public:
75 
77  };
78 }
79 
80 #endif