This file is indexed.

/usr/include/opencascade/Convert_CosAndSinEvalFunction.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
// File:	Convert_CosAnSinEvalFunction.hxx
// Created:	Wed Aug 23 14:31:24 1995
// Author:	Xavier BENVENISTE
//		<xab@nonox>
#include <TColgp_Array1OfPnt2d.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <TColStd_Array1OfInteger.hxx>

#ifndef _Convert_CosAnSinEvalFunction_HeaderFile
#define _Convert_CosAnSinEvalFunction_HeaderFile

typedef void   Convert_CosAndSinEvalFunction(Standard_Real,
					     const Standard_Integer,
					     const TColgp_Array1OfPnt2d&,
					     const TColStd_Array1OfReal&, 
					     const TColStd_Array1OfInteger&,
					     Standard_Real Result[2]) ; 

#endif