Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pedestrian Dynamics Empiricism
PeTrack
Commits
a6c4c965
Commit
a6c4c965
authored
3 years ago
by
Schrödter, Tobias
Browse files
Options
Downloads
Plain Diff
Merge branch '208-remove-compiler-warnings' into 'master'
Removes compiler warnings Closes
#208
See merge request
!125
parents
9b86b572
f4419509
No related branches found
No related tags found
1 merge request
!125
Removes compiler warnings
Pipeline
#44533
passed
3 years ago
Stage: build_environment
Stage: build
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/moCapController.h
+2
-2
2 additions, 2 deletions
include/moCapController.h
include/moCapItem.h
+1
-1
1 addition, 1 deletion
include/moCapItem.h
include/moCapPerson.h
+0
-1
0 additions, 1 deletion
include/moCapPerson.h
with
3 additions
and
4 deletions
include/moCapController.h
+
2
−
2
View file @
a6c4c965
...
...
@@ -28,7 +28,7 @@
#include
"extrCalibration.h"
#include
"moCapPersonMetadata.h"
class
SkeletonLine
;
struct
SkeletonLine
;
class
QDomElement
;
struct
SegmentRenderData
...
...
@@ -43,7 +43,7 @@ public:
bool
operator
==
(
const
SegmentRenderData
&
lhs
,
const
SegmentRenderData
&
rhs
);
/**
* @brief The MoCapController class control
l
s the visualisation of MoCap data.
* @brief The MoCapController class controls the visualisation of MoCap data.
*
* This class coordinates the visualization of motion capturing data. It saves the
* different parameters of the visualization and transforms the data in MoCapStorage
...
...
This diff is collapsed.
Click to expand it.
include/moCapItem.h
+
1
−
1
View file @
a6c4c965
...
...
@@ -25,7 +25,7 @@
class
MoCapController
;
class
Animation
;
class
Petrack
;
class
SegmentRenderData
;
struct
SegmentRenderData
;
/**
* @brief The MoCapItem class draws stick figures to visalize the MoCap data.
...
...
This diff is collapsed.
Click to expand it.
include/moCapPerson.h
+
0
−
1
View file @
a6c4c965
...
...
@@ -59,7 +59,6 @@ public:
void
setXml
(
QDomElement
&
elem
)
const
;
private
:
int
mId
;
std
::
vector
<
SkeletonTree
>
mSkeletons
;
MoCapPersonMetadata
mMetadata
;
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment