This file is indexed.

/usr/include/oce/DBRep_HideData.hxx is in liboce-visualization-dev 0.18.2-2build1.

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
// 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 _DBRep_HideData_HeaderFile
#define _DBRep_HideData_HeaderFile

#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>

#include <Standard_Integer.hxx>
#include <gp_Trsf.hxx>
#include <Standard_Real.hxx>
#include <HLRBRep_ListOfBPoint.hxx>
#include <TopoDS_Shape.hxx>
#include <Standard_Boolean.hxx>
class gp_Trsf;
class TopoDS_Shape;
class Draw_Display;
class Draw_Color;


//! This  class stores all the informations concerning
//! hidden lines on a view.
//!
//! * View number
//! * Matrix of projection
//! * Type of projection, focal
//! * Arrays of 3d points
//!
//! A drawable shape contains a  list of such  objects
//! to store  the  hidden lines  for  each view.   The
//! IsSame method is  used  to check if   hidden lines
//! must be recompiled.
class DBRep_HideData 
{
public:

  DEFINE_STANDARD_ALLOC

  
  Standard_EXPORT DBRep_HideData();
  
  //! ViewId is the view number
  //! TProj the projection
  //! Focal <= 0 means parallel projection
  //! Alg : the hidden lines
  Standard_EXPORT   void Set (const Standard_Integer ViewId, const gp_Trsf& TProj, const Standard_Real Focal, const TopoDS_Shape& S, const Standard_Real ang) ;
  
      Standard_Integer ViewId()  const;
  
      Standard_Real Angle()  const;
  
  //! Returns True if the projection is the same
  Standard_EXPORT   Standard_Boolean IsSame (const gp_Trsf& TProj, const Standard_Real Focla)  const;
  
  Standard_EXPORT   void DrawOn (Draw_Display& D, const Standard_Boolean withRg1, const Standard_Boolean withRgN, const Standard_Boolean withHid, const Draw_Color& VisCol, const Draw_Color& HidCol) ;
  
  //! Returns the subshape touched by the last pick.
  Standard_EXPORT  const  TopoDS_Shape& LastPick()  const;




protected:





private:



  Standard_Integer myView;
  gp_Trsf myTrsf;
  Standard_Real myFocal;
  HLRBRep_ListOfBPoint myBiPntVis;
  HLRBRep_ListOfBPoint myBiPntHid;
  TopoDS_Shape myPickShap;
  Standard_Real myAngle;


};


#include <DBRep_HideData.lxx>





#endif // _DBRep_HideData_HeaderFile