Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
1f331456
Commit
1f331456
authored
Feb 20, 2017
by
Martin Schultz
Browse files
fix wrong behaviour of HalfedgeLoopIterators by changing the template parameter
parent
6fef88d5
Pipeline
#4407
passed with stage
in 41 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
View file @
1f331456
...
...
@@ -192,12 +192,12 @@ public:
&
Iterators
::
GenericCirculatorBaseT
<
This
>::
toHalfedgeHandle
>
HalfedgeLoopIter
;
typedef
Iterators
::
GenericCirculatorT
<
This
,
This
::
FaceHandle
,
This
::
HalfedgeHandle
,
&
Iterators
::
GenericCirculatorBaseT
<
This
>::
toHalfedgeHandle
>
HalfedgeLoopCWIter
;
&
Iterators
::
GenericCirculatorBaseT
<
This
>::
toHalfedgeHandle
,
false
>
HalfedgeLoopCWIter
;
/**
* Identical to #FaceHalfedgeIter. God knows why this typedef exists.
*/
typedef
Iterators
::
GenericCirculatorT
<
This
,
This
::
FaceHandle
,
This
::
HalfedgeHandle
,
&
Iterators
::
GenericCirculatorBaseT
<
This
>::
toHalfedgeHandle
,
false
>
&
Iterators
::
GenericCirculatorBaseT
<
This
>::
toHalfedgeHandle
>
HalfedgeLoopCCWIter
;
typedef
VertexVertexIter
ConstVertexVertexIter
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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