This file is indexed.

/usr/share/doc/libclippoly-dev/CLASSES is in libclippoly-dev 0.11-4.

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
38
39
40
41
42
43
ConstPolyIter:
	A PolyIter which is constructed of a const Poly.

DirPolyIter:
	Provides an iterator for a Poly which can go forward and backwards.

Edge:
	A side of a polygon consisting of two Point's. I'm afraid this one
	is no longer used.

NodePEdge:
	Represents an edge from a Poly.

Point:
	A 2-D point. Some arithmetic operations are overloaded.

PointList:
	List of Point's. I'm afraid that this one is no longer used.

PointListIter:
	An iterator for a PointList.

Poly:
	A polygon. Consist of a double linked list of PolyNode's.

PolyIter:
	Provides an iterator over a Poly.

PolyNode:
	A single point in a Poly.

PosAdder:
	A 'boolean' which can have the values UnKnown, True and False.

Set:
	A template implementation of a Set. Main design issue: fast to
	implement :-)

SetIter:
	Iterator for a Set.

RSet, RSetIter: 
	Similar to the Set classes, but handle data by reference.