This file is indexed.

/usr/include/opencascade/Convert_PolynomialCosAndSin.hxx is in libopencascade-foundation-dev 6.5.0.dfsg-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
// File:	Convert_PolynomialCosAndSin.hxx
// Created:	Tue Oct 10 15:28:11 1995
// Author:	Jacques GOUSSARD
//		<jag@bravox>


#include <TColStd_HArray1OfReal.hxx>
#include <TColStd_HArray1OfInteger.hxx>

#ifndef _Convert_PolynomialCosAnSin_HeaderFile
#define _Convert_PolynomialCosAnSin_HeaderFile

void BuildPolynomialCosAndSin
  (const Standard_Real,
   const Standard_Real,
   const Standard_Integer,
   Handle(TColStd_HArray1OfReal)&,
   Handle(TColStd_HArray1OfReal)&,
   Handle(TColStd_HArray1OfReal)&);

#endif