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
JPSreport
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
JuPedSim
JPSreport
Commits
506d9754
Verified
Commit
506d9754
authored
Feb 19, 2019
by
Mohcine Chraibi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: interface for method I
parent
d02f6095
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Analysis.h
Analysis.h
+11
-0
No files found.
Analysis.h
View file @
506d9754
...
...
@@ -125,8 +125,14 @@ private:
bool
_DoesUseMethodB
;
// Method B (Zhang2011a)
bool
_DoesUseMethodC
;
// Method C //calculate and save results of classic in separate file
bool
_DoesUseMethodD
;
// Method D--Voronoi method
bool
_DoesUseMethodI
;
// Method I--Voronoi method modified
// no measurement are)
std
::
vector
<
int
>
_StartFramesMethodD
;
std
::
vector
<
int
>
_StopFramesMethodD
;
std
::
vector
<
int
>
_StartFramesMethodI
;
std
::
vector
<
int
>
_StopFramesMethodI
;
std
::
vector
<
bool
>
_IndividualFDFlags
;
bool
_cutByCircle
;
//Adjust whether cut each original voronoi cell by a circle
double
_cutRadius
;
...
...
@@ -141,6 +147,7 @@ private:
std
::
vector
<
bool
>
_plotTimeseriesA
;
std
::
vector
<
bool
>
_plotTimeseriesC
;
std
::
vector
<
bool
>
_plotTimeseriesD
;
std
::
vector
<
bool
>
_plotTimeseriesI
;
bool
_isOneDimensional
;
bool
_calcIndividualFD
;
//Adjust whether analyze the individual density and velocity of each pedestrian in stationary state (ALWAYS VORONOI-BASED)
std
::
string
_vComponent
;
// to mark whether x, y or x and y coordinate are used when calculating the velocity
...
...
@@ -156,6 +163,10 @@ private:
std
::
vector
<
MeasurementArea_B
*>
_areaForMethod_B
;
std
::
vector
<
MeasurementArea_B
*>
_areaForMethod_C
;
std
::
vector
<
MeasurementArea_B
*>
_areaForMethod_D
;
std
::
vector
<
MeasurementArea_B
*>
_areaForMethod_I
;
// we still need to know
// the zpos of the
// measurement are, even
// if we don't use its polygon
};
#endif
/*ANALYSIS_H_*/
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