Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
6366027c
Commit
6366027c
authored
Sep 16, 2015
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixes
#3
by using cvv_cw iterators which are not deprecated
parent
f650c05a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
+3
-3
No files found.
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
View file @
6366027c
...
...
@@ -1198,10 +1198,10 @@ public:
typedef
CirculatorRange
<
const
PolyConnectivity
,
ConstVertexVertexIter
,
ConstVertexVertex
CW
Iter
,
VertexHandle
,
&
PolyConnectivity
::
cvv_begin
,
&
PolyConnectivity
::
cvv_end
>
ConstVertexVertexRange
;
&
PolyConnectivity
::
cvv_
cw
begin
,
&
PolyConnectivity
::
cvv_
cw
end
>
ConstVertexVertexRange
;
typedef
CirculatorRange
<
const
PolyConnectivity
,
ConstVertexIHalfedgeIter
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment