/usr/include/oce/Handle_NIS_View.hxx 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 | // File: Handle_NIS_View.hxx
// Created: 06.07.07 20:50
// Author: Alexander GRIGORIEV
// Copyright: Open Cascade 2007
#ifndef Handle_NIS_View_HeaderFile
#define Handle_NIS_View_HeaderFile
#include <Standard_DefineHandle.hxx>
#include <Handle_V3d_OrthographicView.hxx>
class NIS_View;
// Definition of HANDLE object using Standard_DefineHandle.hxx
DEFINE_STANDARD_HANDLE (NIS_View, V3d_OrthographicView)
#endif
|