/usr/include/oce/PrsMgr_PresentableObject.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 | // File: PrsMgr_PresentableObject.lxx
// Created: Fri Jul 4 15:18:54 1997
// Author: Robert COUBLANC
// <rob@robox.paris1.matra-dtv.fr>
inline PrsMgr_TypeOfPresentation3d PrsMgr_PresentableObject::TypeOfPresentation3d() const
{return myTypeOfPresentation3d;}
inline const TopLoc_Location& PrsMgr_PresentableObject::Location() const
{return myLocation;}
|