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
e97c5c6c
Commit
e97c5c6c
authored
Feb 10, 2020
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implement OM int histograms
parent
9e77d711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
OpenMesh/OMPropertyVisualizerIntegerT_impl.hh
OpenMesh/OMPropertyVisualizerIntegerT_impl.hh
+2
-0
No files found.
OpenMesh/OMPropertyVisualizerIntegerT_impl.hh
View file @
e97c5c6c
...
...
@@ -61,6 +61,8 @@ OMPropertyVisualizerInteger<MeshT, T>::OMPropertyVisualizerInteger(MeshT* _mesh,
w
->
intAbsolute
->
setChecked
(
false
);
//because we already have unsigned integers wo don't have to calculate their absolute value
w
->
intAbsolute
->
setCheckable
(
false
);
}
this
->
connect
(
w
->
computeHistogramButton
,
&
QPushButton
::
clicked
,
[
this
,
w
](){
this
->
template
showHistogram
<
T
>(
w
->
histogram
);});
}
template
<
typename
MeshT
,
typename
T
>
...
...
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