/usr/include/opencascade/SelectBasics_EntityOwner.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 11 12 | // Copyright: Matra-Datavision 1995
// File: SelectBasics_EntityOwner.lxx
// Created: Thu Feb 23 11:50:49 1995
// Author: Mister rmi
// <rmi>
inline void SelectBasics_EntityOwner::Set (const Standard_Integer aPriority)
{mypriority = aPriority;}
inline Standard_Integer SelectBasics_EntityOwner::Priority() const
{return mypriority;}
|