Uses of Class
org.noise_planet.noisemodelling.pathfinder.path.MirrorReceiver
-
Packages that use MirrorReceiver Package Description org.noise_planet.noisemodelling.pathfinder.path -
-
Uses of MirrorReceiver in org.noise_planet.noisemodelling.pathfinder.path
Fields in org.noise_planet.noisemodelling.pathfinder.path declared as MirrorReceiver Modifier and Type Field Description MirrorReceiver
MirrorReceiver. parentMirror
Methods in org.noise_planet.noisemodelling.pathfinder.path that return MirrorReceiver Modifier and Type Method Description MirrorReceiver
MirrorReceiver. copyWithoutCone()
MirrorReceiver
MirrorReceiver. getParentMirror()
Methods in org.noise_planet.noisemodelling.pathfinder.path that return types with arguments of type MirrorReceiver Modifier and Type Method Description List<MirrorReceiver>
MirrorReceiversCompute. findCloseMirrorReceivers(org.locationtech.jts.geom.Coordinate sourcePosition)
Method parameters in org.noise_planet.noisemodelling.pathfinder.path with type arguments of type MirrorReceiver Modifier and Type Method Description void
MirrorReceiversCompute. exportVisibility(StringBuilder sb, double maxPropagationDistance, double maxPropagationDistanceFromWall, int t, List<MirrorReceiver> MirrorReceiverList, boolean includeHeader)
Constructors in org.noise_planet.noisemodelling.pathfinder.path with parameters of type MirrorReceiver Constructor Description MirrorReceiver(org.locationtech.jts.geom.Coordinate receiverPos, MirrorReceiver parentMirror, Wall wall)
MirrorReceiver(MirrorReceiver cpy)
Copy constructor
-