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-MeanCurvature
Commits
94be0624
Commit
94be0624
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed check for Qt less than 5
parent
a2ba987f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
MeanCurvature.cc
MeanCurvature.cc
+0
-7
MeanCurvature.hh
MeanCurvature.hh
+0
-2
No files found.
MeanCurvature.cc
View file @
94be0624
...
...
@@ -59,10 +59,6 @@
#ifdef USE_OPENMP
#endif
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
MeanCurvaturePlugin
::
MeanCurvaturePlugin
()
{
...
...
@@ -162,6 +158,3 @@ void MeanCurvaturePlugin::computeMeanCurvature(MeshT* _mesh) {
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
meancurvatureplugin
,
MeanCurvaturePlugin
);
#endif
MeanCurvature.hh
View file @
94be0624
...
...
@@ -66,9 +66,7 @@ class MeanCurvaturePlugin : public QObject, BaseInterface, TextureInterface
Q_INTERFACES
(
BaseInterface
)
Q_INTERFACES
(
TextureInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-MeanCurvature"
)
#endif
signals:
...
...
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