Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
130e12cf
Commit
130e12cf
authored
Oct 01, 2018
by
Thomas Gubler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SurveyComplexItem] wire up to splitConcavePolygons setting (lots of code duplication)
parent
6f2a9953
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
230 additions
and
3 deletions
+230
-3
SurveyComplexItem.cc
src/MissionManager/SurveyComplexItem.cc
+228
-3
SurveyComplexItem.h
src/MissionManager/SurveyComplexItem.h
+2
-0
No files found.
src/MissionManager/SurveyComplexItem.cc
View file @
130e12cf
This diff is collapsed.
Click to expand it.
src/MissionManager/SurveyComplexItem.h
View file @
130e12cf
...
...
@@ -111,6 +111,8 @@ private:
bool
_loadV3
(
const
QJsonObject
&
complexObject
,
int
sequenceNumber
,
QString
&
errorString
);
bool
_loadV4
(
const
QJsonObject
&
complexObject
,
int
sequenceNumber
,
QString
&
errorString
);
void
_rebuildTransectsPhase1Worker
(
bool
refly
);
void
_rebuildTransectsPhase1WorkerSinglePolygon
(
bool
refly
);
void
_rebuildTransectsPhase1WorkerSplitPolygons
(
bool
refly
);
/// Adds to the _transects array from one polygon
void
_rebuildTranscetsFromPolygon
(
bool
refly
,
const
QPolygonF
&
polygon
,
const
QGeoCoordinate
&
tangentOrigin
,
const
QPointF
*
const
transitionPoint
);
// Decompose polygon into list of convex sub polygons
...
...
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