Uses of Class
org.noise_planet.noisemodelling.propagation.SceneWithAttenuation
Packages that use SceneWithAttenuation
Package
Description
-
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.jdbc.input
Subclasses of SceneWithAttenuation in org.noise_planet.noisemodelling.jdbc.inputModifier and TypeClassDescriptionclassAdd emission information for each source in the computation scene This is input data, not thread safe, never update anything here during propagation -
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation declared as SceneWithAttenuationMethods in org.noise_planet.noisemodelling.propagation with parameters of type SceneWithAttenuationModifier and TypeMethodDescriptionPropagationModel.computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a given cut-profilePropagationModel.computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiverConstructors in org.noise_planet.noisemodelling.propagation with parameters of type SceneWithAttenuationModifierConstructorDescriptionAttenuationComputeOutput(boolean exportPaths, boolean exportAttenuationMatrix, SceneWithAttenuation scene) -
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.propagation.cnossos
Methods in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type SceneWithAttenuationModifier and TypeMethodDescriptionCnossosPropagationModel.computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a list of pathsstatic voidAttenuationCnossos.computeCnossosAttenuation(AttenuationParameters data, SceneWithAttenuation scene, CnossosAttenuationOutput attenuationOutput, boolean exportAttenuationMatrix) Compute the Attenuation for each frequency with a given sourceId, sourceLi and sourceIdCnossosPropagationModel.computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiver -
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.propagation.template
Methods in org.noise_planet.noisemodelling.propagation.template with parameters of type SceneWithAttenuationModifier and TypeMethodDescriptionTemplatePropagationModel.computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a given cut-profileTemplatePropagationModel.computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiver