Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-MeshRepair
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-MeshRepair
Commits
f53988b2
Commit
f53988b2
authored
Feb 06, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cppcheck warnings
parent
81246e78
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
BoundarySnappingT.hh
BoundarySnappingT.hh
+1
-1
MeshFixingT.hh
MeshFixingT.hh
+1
-1
MeshRepairToolbar.hh
MeshRepairToolbar.hh
+1
-1
NonManifoldVertexFixingT.hh
NonManifoldVertexFixingT.hh
+1
-1
No files found.
BoundarySnappingT.hh
View file @
f53988b2
...
...
@@ -76,7 +76,7 @@ class BoundarySnappingT {
public:
BoundarySnappingT
(
MeshT
&
_mesh
);
explicit
BoundarySnappingT
(
MeshT
&
_mesh
);
/** \brief snaps boundary vertices
*
...
...
MeshFixingT.hh
View file @
f53988b2
...
...
@@ -72,7 +72,7 @@ class CompareVectors
public:
/// Constructor
CompareVectors
(
double
_eps
=
FLT_MIN
);
explicit
CompareVectors
(
double
_eps
=
FLT_MIN
);
/// comparison operator
bool
operator
()(
const
ACG
::
Vec3d
&
_v0
,
const
ACG
::
Vec3d
&
_v1
)
const
;
...
...
MeshRepairToolbar.hh
View file @
f53988b2
...
...
@@ -61,6 +61,6 @@ class MeshRepairToolbarWidget : public QWidget, public Ui::MeshRepairControls
Q_OBJECT
public:
MeshRepairToolbarWidget
(
QWidget
*
parent
=
0
);
explicit
MeshRepairToolbarWidget
(
QWidget
*
parent
=
0
);
};
NonManifoldVertexFixingT.hh
View file @
f53988b2
...
...
@@ -72,7 +72,7 @@ class NonManifoldVertexFixingT {
public:
NonManifoldVertexFixingT
(
MeshT
&
_mesh
);
explicit
NonManifoldVertexFixingT
(
MeshT
&
_mesh
);
void
fix
();
...
...
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