Skip to content
GitLab
Menu
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
59c0b6f1
Commit
59c0b6f1
authored
Jun 30, 2016
by
Jan Möbius
Browse files
Next try
parent
085e7118
Pipeline
#2248
passed with stage
in 78 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
View file @
59c0b6f1
...
...
@@ -83,10 +83,10 @@ public:
*/
//@{
/// Linear iterator
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
VertexHandle
,
This
,
&
This
::
has_vertex_status
,
&
This
::
n_vertices
>
VertexIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
HalfedgeHandle
,
This
,
&
This
::
has_halfedge_status
,
&
This
::
n_halfedges
>
HalfedgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
EdgeHandle
,
This
,
&
This
::
has_edge_status
,
&
This
::
n_edges
>
EdgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
FaceHandle
,
This
,
&
This
::
has_face_status
,
&
This
::
n_faces
>
FaceIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
VertexHandle
,
ArrayKernel
,
&
ArrayKernel
::
has_vertex_status
,
&
ArrayKernel
::
n_vertices
>
VertexIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
HalfedgeHandle
,
ArrayKernel
,
&
ArrayKernel
::
has_halfedge_status
,
&
ArrayKernel
::
n_halfedges
>
HalfedgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
EdgeHandle
,
ArrayKernel
,
&
ArrayKernel
::
has_edge_status
,
&
ArrayKernel
::
n_edges
>
EdgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
FaceHandle
,
ArrayKernel
,
&
ArrayKernel
::
has_face_status
,
&
ArrayKernel
::
n_faces
>
FaceIter
;
typedef
VertexIter
ConstVertexIter
;
typedef
HalfedgeIter
ConstHalfedgeIter
;
...
...
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