This file is indexed.

/usr/include/oce/Aspect_PrintAlgo.hxx is in liboce-visualization-dev 0.18.2-2build1.

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
// 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_PrintAlgo_HeaderFile
#define _Aspect_PrintAlgo_HeaderFile

#include <Standard_PrimitiveTypes.hxx>

//! Defines print algorithm
//! Aspect_PrintAlgo:
//! 1) PA_STRETCH - Stretch offscreen printing frame
//! if its dimensions are smaller than
//! the printer's printing area dimensions;
//! This algorithm is more reliable as it
//! works on any hardware and is recommended
//! to be used with average printing resolutions,
//! as it more RAM memory dependent than PA_TILE;
//! Stretching is performend using bicubic interpolation
//! algorithm from FreeImage library if OCCT is built
//! with FreeImage support, otherwise Windows API
//! StretchBlt() function in STRETCH_HALFTONE mode
//! is used;
//! 2) PA_TILE    - If the offscreen printing frame dimensions
//! are smaller than the printer's printing
//! area dimensions - use multiple printing
//! frames to cover the whole printing area
enum Aspect_PrintAlgo
{
Aspect_PA_STRETCH,
Aspect_PA_TILE
};

#endif // _Aspect_PrintAlgo_HeaderFile