This file is indexed.

/usr/include/oce/MgtTopoDS_TranslateTool.hxx is in liboce-ocaf-lite-dev 0.17.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _MgtTopoDS_TranslateTool_HeaderFile
#define _MgtTopoDS_TranslateTool_HeaderFile

#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_MgtTopoDS_TranslateTool.hxx>

#include <MMgt_TShared.hxx>
#include <Handle_PTopoDS_HShape.hxx>
class Standard_TypeMismatch;
class TopoDS_Shape;
class PTopoDS_HShape;
class PTColStd_TransientPersistentMap;
class PTColStd_PersistentTransientMap;


//! The TranslateTool class is provided to support the
//! translation of inherited parts of topological data
//! structures.
//! Root of all translation tools.
class MgtTopoDS_TranslateTool : public MMgt_TShared
{

public:

  
  Standard_EXPORT virtual   void Add (TopoDS_Shape& S1, const TopoDS_Shape& S2)  const = 0;
  
  Standard_EXPORT virtual   void MakeVertex (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeVertex (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeEdge (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeEdge (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeWire (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeWire (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeFace (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeFace (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeShell (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeShell (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeSolid (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeSolid (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeCompSolid (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeCompSolid (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeCompound (TopoDS_Shape& S)  const = 0;
  
  Standard_EXPORT virtual   void MakeCompound (const Handle(PTopoDS_HShape)& S)  const = 0;
  
  //! Basic update method
  Standard_EXPORT   void UpdateShape (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2)  const;
  
  //! Basic update method
  Standard_EXPORT   void UpdateShape (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2)  const;
  
  Standard_EXPORT virtual   void UpdateVertex (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2, PTColStd_TransientPersistentMap& M)  const;
  
  Standard_EXPORT virtual   void UpdateVertex (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2, PTColStd_PersistentTransientMap& M)  const;
  
  Standard_EXPORT virtual   void UpdateEdge (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2, PTColStd_TransientPersistentMap& M)  const;
  
  Standard_EXPORT virtual   void UpdateEdge (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2, PTColStd_PersistentTransientMap& M)  const;
  
  Standard_EXPORT virtual   void UpdateWire (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2)  const;
  
  Standard_EXPORT virtual   void UpdateWire (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2)  const;
  
  Standard_EXPORT virtual   void UpdateFace (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2, PTColStd_TransientPersistentMap& M)  const;
  
  Standard_EXPORT virtual   void UpdateFace (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2, PTColStd_PersistentTransientMap& M)  const;
  
  Standard_EXPORT virtual   void UpdateShell (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2)  const;
  
  Standard_EXPORT virtual   void UpdateShell (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2)  const;
  
  Standard_EXPORT virtual   void UpdateSolid (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2)  const;
  
  Standard_EXPORT virtual   void UpdateSolid (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2)  const;
  
  Standard_EXPORT virtual   void UpdateCompSolid (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2)  const;
  
  Standard_EXPORT virtual   void UpdateCompSolid (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2)  const;
  
  Standard_EXPORT virtual   void UpdateCompound (const TopoDS_Shape& S1, const Handle(PTopoDS_HShape)& S2)  const;
  
  Standard_EXPORT virtual   void UpdateCompound (const Handle(PTopoDS_HShape)& S1, TopoDS_Shape& S2)  const;




  DEFINE_STANDARD_RTTI(MgtTopoDS_TranslateTool)

protected:




private: 




};







#endif // _MgtTopoDS_TranslateTool_HeaderFile