Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
1f331456
Commit
1f331456
authored
Feb 20, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
+2
-2
No files found.
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
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