/usr/include/oce/Select2D_SensitivePoint.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 | // Copyright: Matra-Datavision 1995
// File: Select2D_SensitivePoint.lxx
// Created: Thu Jan 26 17:03:08 1995
// Author: Mister rmi
// <rmi>
inline const gp_Pnt2d& Select2D_SensitivePoint::
Location() const {return mylocation;}
inline void Select2D_SensitivePoint::
Set(const Standard_Real aSensitivity)
{mysensitivity = aSensitivity;}
|