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-python
Commits
5d5ec7f8
Commit
5d5ec7f8
authored
Feb 27, 2018
by
Alexander Dielen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused variables
parent
621850d0
Pipeline
#6326
passed with stages
in 5 minutes and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/Mesh.hh
src/Mesh.hh
+0
-6
No files found.
src/Mesh.hh
View file @
5d5ec7f8
...
...
@@ -464,12 +464,6 @@ void expose_mesh(py::module& m, const char *_name) {
void
(
Mesh
::*
set_halfedge_handle_vh_hh
)(
OM
::
VertexHandle
,
OM
::
HalfedgeHandle
)
=
&
Mesh
::
set_halfedge_handle
;
void
(
Mesh
::*
set_halfedge_handle_fh_hh
)(
OM
::
FaceHandle
,
OM
::
HalfedgeHandle
)
=
&
Mesh
::
set_halfedge_handle
;
// Handle -> Item
const
typename
Mesh
::
Vertex
&
(
Mesh
::*
vertex
)(
OM
::
VertexHandle
)
const
=
&
Mesh
::
vertex
;
const
typename
Mesh
::
Halfedge
&
(
Mesh
::*
halfedge
)(
OM
::
HalfedgeHandle
)
const
=
&
Mesh
::
halfedge
;
const
typename
Mesh
::
Edge
&
(
Mesh
::*
edge
)(
OM
::
EdgeHandle
)
const
=
&
Mesh
::
edge
;
const
typename
Mesh
::
Face
&
(
Mesh
::*
face
)(
OM
::
FaceHandle
)
const
=
&
Mesh
::
face
;
// Low-level adding new items
OM
::
VertexHandle
(
Mesh
::*
new_vertex_void
)(
void
)
=
&
Mesh
::
new_vertex
;
OM
::
FaceHandle
(
Mesh
::*
new_face_void
)(
void
)
=
&
Mesh
::
new_face
;
...
...
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