/usr/include/oce/V3d_LayerMgr.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 | // File: V3d_LayerMgr.lxx
// Created: Thu Apr 17 12:34:25 2008
// Author: Customer Support
//Copyright: Open Cascade 2008
inline const Handle(Visual3d_Layer)& V3d_LayerMgr::Overlay() const
{
return myOverlay;
}
inline Handle(V3d_View) V3d_LayerMgr::View() const
{
return Handle(V3d_View)(myView);
}
|