File: EdgeSetTopology.xml

package info (click to toggle)
sofa-framework 1.0~beta4-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88,820 kB
  • ctags: 27,300
  • sloc: cpp: 151,126; ansic: 2,387; xml: 581; sh: 417; makefile: 68
file content (24 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (5)
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" />
-->