/usr/include/oce/AIS_PlaneTrihedron.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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | // File: AIS_PlaneTrihedron.lxx
// Created: Thu Mar 6 14:27:22 1997
// Author: Robert COUBLANC
// <rob@robox.paris1.matra-dtv.fr>
#define OCC218
inline AIS_KindOfInteractive AIS_PlaneTrihedron::Type() const
{return AIS_KOI_Datum;}
inline Standard_Integer AIS_PlaneTrihedron::Signature() const
{return 4;}
inline void AIS_PlaneTrihedron::SetXLabel(const TCollection_AsciiString& aLabel)
{
#ifdef OCC218
myXLabel = aLabel;
#endif
}
inline void AIS_PlaneTrihedron::SetYLabel(const TCollection_AsciiString& aLabel)
{
#ifdef OCC218
myYLabel = aLabel;
#endif
}
|