/usr/share/sofa/examples/Objects/ManifoldEdgeSetTopology.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="ManifoldEdgeSetTopologyContainer" name="Container" />
<Object type="ManifoldEdgeSetTopologyModifier" name="Modifier" />
<Object type="ManifoldEdgeSetTopologyAlgorithms" name="TopoAlgo" template="Vec3d" />
<Object type="ManifoldEdgeSetGeometryAlgorithms" 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/ManifoldEdgeSetTopology.xml" template="Vec1d" />
-->
|