This file is indexed.

/usr/include/oce/TestTopOpeDraw_DrawableMesure.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
// 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 _TestTopOpeDraw_DrawableMesure_HeaderFile
#define _TestTopOpeDraw_DrawableMesure_HeaderFile

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

#include <Handle_TColgp_HArray1OfPnt.hxx>
#include <Draw_Color.hxx>
#include <Handle_TestTopOpeDraw_DrawableC3D.hxx>
#include <Handle_TestTopOpeDraw_HArray1OfDrawableP3D.hxx>
#include <Standard_Real.hxx>
#include <TestTopOpeDraw_DrawableC3D.hxx>
#include <Draw_Interpretor.hxx>
class TColgp_HArray1OfPnt;
class TestTopOpeDraw_DrawableC3D;
class TestTopOpeDraw_HArray1OfDrawableP3D;
class TestTopOpeTools_Mesure;
class Draw_Color;
class TCollection_AsciiString;
class gp_Pnt;
class Draw_Display;



class TestTopOpeDraw_DrawableMesure : public TestTopOpeDraw_DrawableC3D
{

public:

  
  Standard_EXPORT TestTopOpeDraw_DrawableMesure(const TestTopOpeTools_Mesure& M, const Draw_Color& CurveColor, const Draw_Color& TextColor, const Standard_Real ScaleX = 1.0, const Standard_Real ScaleY = 1.0);
  
  Standard_EXPORT   void SetScale (const Standard_Real ScaleX, const Standard_Real ScaleY) ;
  
  Standard_EXPORT   void SetScaleX (const Standard_Real ScaleX) ;
  
  Standard_EXPORT   void SetScaleY (const Standard_Real ScaleY) ;
  
  Standard_EXPORT   void SetName (const TCollection_AsciiString& Name) ;
  
  Standard_EXPORT virtual   gp_Pnt Pnt()  const;
  
  Standard_EXPORT  const  Handle(TColgp_HArray1OfPnt)& Pnts()  const;
  
  Standard_EXPORT   void Clear() ;
  
  //! For variable whatis command.
  Standard_EXPORT virtual   void Whatis (Draw_Interpretor& I)  const;
  
  Standard_EXPORT virtual   void DrawOn (Draw_Display& dis)  const;




  DEFINE_STANDARD_RTTI(TestTopOpeDraw_DrawableMesure)

protected:




private: 


  Handle(TColgp_HArray1OfPnt) myP;
  Draw_Color myCurveColor;
  Handle(TestTopOpeDraw_DrawableC3D) myAXE1;
  Handle(TestTopOpeDraw_DrawableC3D) myAXE2;
  Handle(TestTopOpeDraw_HArray1OfDrawableP3D) myHDP;
  Handle(TestTopOpeDraw_HArray1OfDrawableP3D) myHADP1;
  Handle(TestTopOpeDraw_HArray1OfDrawableP3D) myHADP2;
  Standard_Real myScaleX;
  Standard_Real myScaleY;


};







#endif // _TestTopOpeDraw_DrawableMesure_HeaderFile