-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpmp.natvis
More file actions
25 lines (21 loc) · 796 Bytes
/
pmp.natvis
File metadata and controls
25 lines (21 loc) · 796 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" MenuName="Add to Image Watch"/>
<!-- pmp::Halfedge -->
<Type Name="pmp::Handle">
<AlternativeType Name="pmp::Vertex"/>
<AlternativeType Name="pmp::Face"/>
<AlternativeType Name="pmp::Halfedge"/>
<AlternativeType Name="pmp::Edge"/>
<UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" />
</Type>
<Type Name="pmp::Handle">
<AlternativeType Name="pmp::Vertex"/>
<AlternativeType Name="pmp::Face"/>
<AlternativeType Name="pmp::Halfedge"/>
<AlternativeType Name="pmp::Edge"/>
<Expand>
<Item Name="idx">idx_</Item>
</Expand>
</Type>
</AutoVisualizer>