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
OpenVolumeMesh
OpenVolumeMesh
Commits
7ddade5f
Commit
7ddade5f
authored
Jan 09, 2018
by
Martin Heistermann
Browse files
Mark vertex_texcoords_available() as const
parent
83659676
Pipeline
#6028
passed with stage
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenVolumeMesh/Attribs/TexCoordAttrib.hh
View file @
7ddade5f
...
...
@@ -76,7 +76,7 @@ public:
return
vtexcoord_prop_
[
_h
.
idx
()];
}
bool
vertex_texcoords_available
()
{
return
vertex_texcoords_available_
;
}
bool
vertex_texcoords_available
()
const
{
return
vertex_texcoords_available_
;
}
void
clear_vertex_texcoords
();
...
...
Write
Preview
Supports
Markdown
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