Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAPropagationPathSim
Commits
dae2bf62
Commit
dae2bf62
authored
Jun 05, 2020
by
Philipp Schäfer
Browse files
ART - Eigenray Settings
- added bool to increase speed by stopping ray tracing when receiver distance increase
parent
be667c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ITAPropagationPathSim/AtmosphericRayTracing/EigenraySearch/Settings.h
View file @
dae2bf62
...
...
@@ -45,8 +45,9 @@ namespace ITAPropagationPathSim
}
advancedRayZooming
;
};
struct
ITA_PROPAGATION_PATH_SIM_API
RayTracingAbortSettings
{
int
maxReflectionOrder
=
1
;
//< Maximum considered order of reflections
double
maxTime
=
30
;
//< Maximum propagation time of rays [s]
int
maxReflectionOrder
=
1
;
//< Maximum considered order of reflections
double
maxTime
=
30
;
//< Maximum propagation time of rays [s]
bool
bAbortOnReceiverDistIncrease
=
true
;
//< If enabled, ray tracing will be aborted as soon as ray receiver distance increases
};
struct
ITA_PROPAGATION_PATH_SIM_API
Settings
{
RayTracingAbortSettings
rayTracing
;
...
...
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