/usr/include/opencascade/AIS_Trihedron.lxx is in libopencascade-visualization-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 | // File: AIS_Trihedron.lxx
// Created: Thu Mar 6 14:27:58 1997
// Author: Robert COUBLANC
// <rob@robox.paris1.matra-dtv.fr>
inline const Handle(Geom_Axis2Placement)& AIS_Trihedron::Component() const
{return myComponent;}
inline Standard_Boolean AIS_Trihedron::HasOwnSize() const
{return myHasOwnSize;}
|