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
OpenFlipper-Free
Plugin-PropertyVis
Commits
c296b114
Commit
c296b114
authored
Feb 14, 2020
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce warnings
parent
31db2e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
OpenMesh/OMPropertyVisualizerT_impl.hh
OpenMesh/OMPropertyVisualizerT_impl.hh
+6
-6
No files found.
OpenMesh/OMPropertyVisualizerT_impl.hh
View file @
c296b114
...
...
@@ -139,7 +139,7 @@ inline void OMPropertyVisualizer<MeshT>::duplicateProperty_stage1() {
template
<
typename
MeshT
>
QString
OMPropertyVisualizer
<
MeshT
>::
getPropertyText
(
unsigned
int
index
)
QString
OMPropertyVisualizer
<
MeshT
>::
getPropertyText
(
unsigned
int
/*
index
*/
)
{
return
""
;
}
...
...
@@ -220,7 +220,7 @@ unsigned int OMPropertyVisualizer<MeshT>::getClosestPrimitiveId(unsigned int _fa
}
template
<
typename
MeshT
>
unsigned
int
OMPropertyVisualizer
<
MeshT
>::
getClosestFaceId
(
unsigned
int
_face
,
ACG
::
Vec3d
&
_hitPoint
)
unsigned
int
OMPropertyVisualizer
<
MeshT
>::
getClosestFaceId
(
unsigned
int
_face
,
ACG
::
Vec3d
&
/*
_hitPoint
*/
)
{
return
_face
;
}
...
...
@@ -405,25 +405,25 @@ void OMPropertyVisualizer<MeshT>::clearVertexProp()
}
template
<
typename
MeshT
>
void
OMPropertyVisualizer
<
MeshT
>::
setFacePropertyFromText
(
unsigned
int
index
,
QString
text
)
void
OMPropertyVisualizer
<
MeshT
>::
setFacePropertyFromText
(
unsigned
int
/*
index
*/
,
QString
/*
text
*/
)
{
emit
log
(
LOGERR
,
"Setting face property not implemented"
);
}
template
<
typename
MeshT
>
void
OMPropertyVisualizer
<
MeshT
>::
setEdgePropertyFromText
(
unsigned
int
index
,
QString
text
)
void
OMPropertyVisualizer
<
MeshT
>::
setEdgePropertyFromText
(
unsigned
int
/*
index
*/
,
QString
/*
text
*/
)
{
emit
log
(
LOGERR
,
"Settingedge property not implemented"
);
}
template
<
typename
MeshT
>
void
OMPropertyVisualizer
<
MeshT
>::
setHalfedgePropertyFromText
(
unsigned
int
index
,
QString
text
)
void
OMPropertyVisualizer
<
MeshT
>::
setHalfedgePropertyFromText
(
unsigned
int
/*
index
*/
,
QString
/*
text
*/
)
{
emit
log
(
LOGERR
,
"Setting halfedge property not implemented"
);
}
template
<
typename
MeshT
>
void
OMPropertyVisualizer
<
MeshT
>::
setVertexPropertyFromText
(
unsigned
int
index
,
QString
text
)
void
OMPropertyVisualizer
<
MeshT
>::
setVertexPropertyFromText
(
unsigned
int
/*
index
*/
,
QString
/*
text
*/
)
{
emit
log
(
LOGERR
,
"Setting vertex property not implemented"
);
}
...
...
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