Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-HoleFilling
Commits
696be66e
Commit
696be66e
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Reduced includes
parent
450fa631
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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