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-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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