Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Classes
TYReflectionPruningStrategy.h File Reference
#include "Tympan/solvers/TYSolverDefines.h"
#include "TYVisibilityCone.h"
Include dependency graph for TYReflectionPruningStrategy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TYAbstractReflectionPruningStrategy
 Abstract class representing a pruning strategy to prune the tree of reflecting segments during computations of reflection path candidates using the exhaustive image source algorithm. More...
 
class  TYReflectionNoPruningStrategy
 Pruning strategy which never prunes the tree of reflecting segments (bruteforce image source method) More...
 
class  TYReflectionVisibilityPruningStrategy
 Pruning strategy which prunes the tree when the reflecting segment to be added in the tree is not visible by the parent image source through the parent reflecting segment. More...