This file is indexed.

/usr/include/oce/StdSelect_TextProjector2d.lxx is in liboce-visualization-dev 0.9.1-3.

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
// Copyright: 	Matra-Datavision 1995
// File:	StdSelect_TextProjector2d.lxx
// Created:	Tue May  2 17:06:22 1995
// Author:	Robert COUBLANC
//		<rob>

 inline void StdSelect_TextProjector2d::Set(const Handle(V2d_View)& aView)
{
  myview = aView;
}

 inline void StdSelect_TextProjector2d::Set(const gp_Trsf2d& atrsf)
{
  mytrsf = atrsf;
}