This file is indexed.

/usr/include/oce/V3d_StereoDumpOptions.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
// 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 _V3d_StereoDumpOptions_HeaderFile
#define _V3d_StereoDumpOptions_HeaderFile

#include <Standard_PrimitiveTypes.hxx>

//! Options to be used with image dumping.
//!
//! SDO_MONO dump monographic projection for stereo camera
//! SDO_LEFT_EYE dump left eye projection for stereo camera
//! SDO_RIGHT_EYE dump right eye projection for stereo camera
enum V3d_StereoDumpOptions
{
V3d_SDO_MONO,
V3d_SDO_LEFT_EYE,
V3d_SDO_RIGHT_EYE
};

#endif // _V3d_StereoDumpOptions_HeaderFile