This file is indexed.

/usr/share/sofa/examples/Objects/TetrahedronSetTopology.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
<Node name="Group"> 
  <Object type="TetrahedronSetTopologyContainer"  name="Container" />
  <Object type="TetrahedronSetTopologyModifier"   name="Modifier" />
  <Object type="TetrahedronSetTopologyAlgorithms" name="TopoAlgo"  template="Vec3d" />
  <Object type="TetrahedronSetGeometryAlgorithms" name="GeomAlgo"  template="Vec3d" />
</Node>
<!-- 
     Template List 
       - Vec3d
       - Vec2d
       - Vec1d

       - Vec3f
       - Vec2f
       - Vec1f

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