This file is indexed.

/usr/include/oce/AIS_ConnectedInteractive.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_ConnectedInteractive.lxx
// Created:	Wed Jan  8 15:25:08 1997
// Author:	Robert COUBLANC
//		<rob@robox.paris1.matra-dtv.fr>


inline const Handle(AIS_InteractiveObject)& AIS_ConnectedInteractive::ConnectedTo() const 
{return myReference;}


inline Standard_Boolean AIS_ConnectedInteractive::HasConnection() const 
{return !myReference.IsNull();}

inline Standard_Boolean AIS_ConnectedInteractive::AcceptShapeDecomposition() const
{return myReference.IsNull()? Standard_False : myReference->AcceptShapeDecomposition();}