This file is indexed.

/usr/include/oce/AIS_MultipleConnectedShape.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
// File:	AIS_MultipleConnectedShape.lxx
// Created:	Tue Apr 22 17:46:40 1997
// Author:	Guest Design
//		<g_design>

inline void AIS_MultipleConnectedShape::Set(const TopoDS_Shape& ashap)
{
  myShape = ashap;
}

inline const TopoDS_Shape& 
AIS_MultipleConnectedShape::Shape() const 
{
  return myShape;
}