This file is indexed.

/usr/include/oce/Aspect.hxx is in liboce-visualization-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
// 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 _Aspect_HeaderFile
#define _Aspect_HeaderFile

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

#include <Standard_CString.hxx>
#include <Aspect_FormatOfSheetPaper.hxx>
#include <Quantity_Length.hxx>
#include <Standard_Boolean.hxx>
class TCollection_ExtendedString;
class TColStd_Array2OfReal;
class Aspect_AspectLine;
class Aspect_AspectMarker;
class Aspect_AspectFillArea;
class Aspect_Background;
class Aspect_GradientBackground;
class Aspect_Edge;
class Aspect_GenId;
class Aspect_Window;
class Aspect_Grid;
class Aspect_RectangularGrid;
class Aspect_CircularGrid;
class Aspect_ColorScale;
class Aspect_Array1OfEdge;
class Aspect_SequenceOfColor;
class Aspect_SequenceNodeOfSequenceOfColor;


//! This package contains the group of graphic elements common
//! to different types of visualisers. It allows the description
//! of a screen background, a window, an edge, and groups of
//! graphic attributes that can be used in describing 2D
//! and 3D objects.
class Aspect 
{
public:

  DEFINE_STANDARD_ALLOC

  
  //! Returns the format size according to the default
  //! LENGTH unit of the required format <aFOSP>.
  //! Returns more the normalized format name.
  Standard_EXPORT static   Standard_CString ValuesOfFOSP (const Aspect_FormatOfSheetPaper aFOSP, Quantity_Length& aWidth, Quantity_Length& aHeight) ;
  
  //! Translates an ExtendedString to a CString
  //! depending of the local format.
  Standard_EXPORT static   Standard_CString ToCString (const TCollection_ExtendedString& aString) ;
  
  //! Inverses <aMat> a 4x4 matrix.
  Standard_EXPORT static   Standard_Boolean Inverse (const TColStd_Array2OfReal& aMat, TColStd_Array2OfReal& Inv) ;




protected:





private:




friend class Aspect_AspectLine;
friend class Aspect_AspectMarker;
friend class Aspect_AspectFillArea;
friend class Aspect_Background;
friend class Aspect_GradientBackground;
friend class Aspect_Edge;
friend class Aspect_GenId;
friend class Aspect_Window;
friend class Aspect_Grid;
friend class Aspect_RectangularGrid;
friend class Aspect_CircularGrid;
friend class Aspect_ColorScale;
friend class Aspect_Array1OfEdge;
friend class Aspect_SequenceOfColor;
friend class Aspect_SequenceNodeOfSequenceOfColor;

};







#endif // _Aspect_HeaderFile