This file is indexed.

/usr/include/opencascade/PLib_DoubleJacobiPolynomial.lxx 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
22
23
24
25
26
27
// File:	PLib_DoubleJacobiPolynomial.lxx
// Created:	Fri Jun  6 14:34:11 1997
// Author:	Sergey SOKOLOV
//		<ssm@nonox.nizhny.matra-dtv.fr>

#include <TColStd_Array1OfReal.hxx>
#include <TColStd_HArray1OfReal.hxx>

 inline Handle(PLib_JacobiPolynomial) PLib_DoubleJacobiPolynomial::U() const 
{
  return myJacPolU;
}

 inline Handle(PLib_JacobiPolynomial) PLib_DoubleJacobiPolynomial::V() const 
{
  return myJacPolV;
}

 inline Handle(TColStd_HArray1OfReal) PLib_DoubleJacobiPolynomial::TabMaxU() const 
{
  return myTabMaxU;
}

 inline Handle(TColStd_HArray1OfReal) PLib_DoubleJacobiPolynomial::TabMaxV() const 
{
  return myTabMaxV;
}