This file is indexed.

/usr/share/sofa/examples/Objects/EdgeSetTopology.xml is in sofa-data 1.0~beta4-9.

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
<Node name="Group"> 
  <Object type="EdgeSetTopologyContainer"  name="Container" />
  <Object type="EdgeSetTopologyModifier"   name="Modifier" />
  <Object type="EdgeSetTopologyAlgorithms" name="TopoAlgo"   template="Vec3d" />
  <Object type="EdgeSetGeometryAlgorithms" name="GeomAlgo"   template="Vec3d" />
</Node>
<!-- 
     Template List 
       - Vec3d
       - Vec2d
       - Vec1d

       - Vec3f
       - Vec2f
       - Vec1f

       -Rigid      (by default is double, if SOFA_FLOAT is activated, it will use float instead)
       -Rigid3f
       -Rigid2d
       -Rigid2f

     Example of use:
     <include href="Objects/EdgeSetTopology.xml" template="Vec1d" />
-->