/usr/include/oce/Aspect_FormatOfSheetPaper.hxx is in liboce-visualization-dev 0.17.2-2.
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 30 31 32 33 34 35 36 37 | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Aspect_FormatOfSheetPaper_HeaderFile
#define _Aspect_FormatOfSheetPaper_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
enum Aspect_FormatOfSheetPaper
{
Aspect_FOSP_A0,
Aspect_FOSP_A1,
Aspect_FOSP_A2,
Aspect_FOSP_A3,
Aspect_FOSP_A4,
Aspect_FOSP_A5,
Aspect_FOSP_K_LONG,
Aspect_FOSP_K_SHORT,
Aspect_FOSP_J_LONG,
Aspect_FOSP_J_SHORT,
Aspect_FOSP_H_LONG,
Aspect_FOSP_H_SHORT,
Aspect_FOSP_G_LONG,
Aspect_FOSP_G_SHORT,
Aspect_FOSP_F,
Aspect_FOSP_E,
Aspect_FOSP_D,
Aspect_FOSP_C,
Aspect_FOSP_B,
Aspect_FOSP_A,
Aspect_FOSP_UNKNOWN
};
#endif // _Aspect_FormatOfSheetPaper_HeaderFile
|