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
OpenFlipper-Free
Plugin-HoleFilling
Commits
696be66e
Commit
696be66e
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduced includes
parent
450fa631
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
HoleFillerPlugin.cc
HoleFillerPlugin.cc
+1
-8
HoleFillerPlugin.hh
HoleFillerPlugin.hh
+3
-13
No files found.
HoleFillerPlugin.cc
View file @
696be66e
...
...
@@ -39,15 +39,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "HoleFillerPlugin.hh"
#include "holefillerToolbar.hh"
#include <MeshTools/MeshSelectionT.hh>
#include "HoleInfoT.hh"
...
...
HoleFillerPlugin.hh
View file @
696be66e
...
...
@@ -39,16 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef HOLEFILLINGPLUGIN_HH
#define HOLEFILLINGPLUGIN_HH
#pragma once
#include <QObject>
#include <QMenuBar>
...
...
@@ -64,11 +55,11 @@
#include <ObjectTypes/PolyMesh/PolyMesh.hh>
#include <ObjectTypes/TriangleMesh/TriangleMesh.hh>
#include "holefillerToolbar.hh"
#include <vector>
#include <utility>
class
HoleFillerToolbarWidget
;
class
HoleFillerPlugin
:
public
QObject
,
BaseInterface
,
MouseInterface
,
PickingInterface
,
ToolboxInterface
,
LoggingInterface
,
ScriptInterface
,
BackupInterface
{
Q_OBJECT
...
...
@@ -154,4 +145,3 @@ class HoleFillerPlugin : public QObject, BaseInterface, MouseInterface, PickingI
QString
version
()
{
return
QString
(
"1.3"
);
};
};
#endif //HOLEFILLINGPLUGIN_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