-
Notifications
You must be signed in to change notification settings - Fork 23
/
Geometry.xml
41 lines (37 loc) · 983 Bytes
/
Geometry.xml
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
<?xml version="1.0" encoding="utf-8"?>
<GraphicalDebugging>
<Point Id="Eigen::Matrix">
<Coordinates>
<X>m_storage.m_data.array[0]</X>
<Y>m_storage.m_data.array[1]</Y>
</Coordinates>
</Point>
<Ring Id="SEACAVE::TPolygon">
<Points>
<Array>
<Pointer>points._vector</Pointer>
<Size>points._size</Size>
</Array>
</Points>
</Ring>
<Container Id="SEACAVE::cList">
<Array>
<Pointer>_vector</Pointer>
<Size>_size</Size>
</Array>
</Container>
<Ring Id="MVS::TPolygon">
<Points>
<Array>
<Pointer>points._Mypair._Myval2._Myfirst</Pointer>
<Size>points._Mypair._Myval2._Mylast - points._Mypair._Myval2._Myfirst</Size>
</Array>
</Points>
</Ring>
<Container Id="std::vector">
<Array>
<Pointer>_Mypair._Myval2._Myfirst</Pointer>
<Size>_Mypair._Myval2._Mylast - _Mypair._Myval2._Myfirst</Size>
</Array>
</Container>
</GraphicalDebugging>