Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
14b9279d
Commit
14b9279d
authored
Dec 03, 2019
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add struct to HandleToPropHandle to get an MPropHandle from a MeshHandle
parent
42ea9177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/OpenMesh/Core/Utils/HandleToPropHandle.hh
src/OpenMesh/Core/Utils/HandleToPropHandle.hh
+6
-1
No files found.
src/OpenMesh/Core/Utils/HandleToPropHandle.hh
View file @
14b9279d
...
...
@@ -35,6 +35,11 @@ namespace OpenMesh {
using
type
=
OpenMesh
::
MPropHandleT
<
T
>
;
};
template
<
typename
T
>
struct
HandleToPropHandle
<
OpenMesh
::
MeshHandle
,
T
>
{
using
type
=
OpenMesh
::
MPropHandleT
<
T
>
;
};
}
// namespace OpenMesh
#endif // HANDLETOPROPHANDLE_HH_
\ No newline at end of file
#endif // HANDLETOPROPHANDLE_HH_
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