0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / TNaming / TNaming_CopyShape.hxx
1 // Created on: 2000-02-14
2 // Created by: Denis PASCAL
3 // Copyright (c) 2000-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef _TNaming_CopyShape_HeaderFile
17 #define _TNaming_CopyShape_HeaderFile
18
19 #include <Standard.hxx>
20 #include <Standard_DefineAlloc.hxx>
21 #include <Standard_Handle.hxx>
22
23 #include <TColStd_IndexedDataMapOfTransientTransient.hxx>
24 class TopoDS_Shape;
25 class TNaming_TranslateTool;
26 class TopLoc_Location;
27
28
29
30 class TNaming_CopyShape 
31 {
32 public:
33
34   DEFINE_STANDARD_ALLOC
35
36   
37   //! Makes  copy  a  set  of  shape(s),  using the  aMap
38   Standard_EXPORT static void CopyTool (const TopoDS_Shape& aShape, TColStd_IndexedDataMapOfTransientTransient& aMap, TopoDS_Shape& aResult);
39   
40   //! Translates  a  Transient  shape(s)  to  Transient
41   Standard_EXPORT static void Translate (const TopoDS_Shape& aShape, TColStd_IndexedDataMapOfTransientTransient& aMap, TopoDS_Shape& aResult, const Handle(TNaming_TranslateTool)& TrTool);
42   
43   //! Translates a Topological  Location  to an  other  Top.
44   //! Location
45   Standard_EXPORT static TopLoc_Location Translate (const TopLoc_Location& L, TColStd_IndexedDataMapOfTransientTransient& aMap);
46
47
48
49
50 protected:
51
52
53
54
55
56 private:
57
58
59
60
61
62 };
63
64
65
66
67
68
69
70 #endif // _TNaming_CopyShape_HeaderFile