|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
: To disable ray with a number of diffraction events greater than a threshold value More...
#include <DiffractionSelector.h>


Public Member Functions | |
| DiffractionSelector (int _maxDiffractionOrder=1, OPERATOR _op=LESS_OR_EQUAL) | |
| Constructor. More... | |
| virtual Selector< T > * | Copy () |
| Copy Selector. More... | |
| virtual SELECTOR_RESPOND | canBeInserted (T *r, unsigned long long &replace) |
| Check if the ray respects the criteria of this Selector and return a SELECTOR_RESPOND. More... | |
| virtual void | insert (T *r) |
| Select the ray. More... | |
| virtual bool | insertWithTest (T *r) |
| Select the ray if it respects the criteria of this Selector. More... | |
| int | getMaximumDiffractionOrder () |
| Get maxDiffractionOrder. More... | |
| void | setMaximumDiffractionOrder (int _maxDiffractionOrder) |
| Set maxDiffractionOrder. More... | |
| OPERATOR | getOperator () |
| Get the Operator used by this Selector. More... | |
| void | setOperator (OPERATOR _op) |
| Set the Operator used by this Selector. More... | |
| virtual const char * | getSelectorName () |
| Return the class type of the selector. More... | |
Public Member Functions inherited from Selector< T > | |
| Selector () | |
| Base constructor. More... | |
| virtual | ~Selector () |
| Destructor. More... | |
| virtual void | reset () |
| Reset (clear the data) of this Selector. More... | |
| bool | isDeletable () |
| Return true if the Selector may be deleted. More... | |
| void | setIsDeletable (bool _isDeletable) |
| Set deletable flag. More... | |
Protected Attributes | |
| int | maxDiffractionOrder |
| Maximal number of possible diffractions. More... | |
| OPERATOR | op |
Protected Attributes inherited from Selector< T > | |
| bool | deletable |
| Flag to know if the selector may be deleted or not. More... | |
: To disable ray with a number of diffraction events greater than a threshold value
Definition at line 24 of file DiffractionSelector.h.
|
inline |
Constructor.
Definition at line 28 of file DiffractionSelector.h.

|
inlinevirtual |
Check if the ray respects the criteria of this Selector and return a SELECTOR_RESPOND.
Reimplemented from Selector< T >.
Definition at line 43 of file DiffractionSelector.h.
|
inlinevirtual |
Copy Selector.
Reimplemented from Selector< T >.
Definition at line 34 of file DiffractionSelector.h.

|
inline |
Get maxDiffractionOrder.
Definition at line 123 of file DiffractionSelector.h.
|
inline |
Get the Operator used by this Selector.
Definition at line 133 of file DiffractionSelector.h.
|
inlinevirtual |
Return the class type of the selector.
Reimplemented from Selector< T >.
Definition at line 146 of file DiffractionSelector.h.
|
inlinevirtual |
Select the ray.
Reimplemented from Selector< T >.
Definition at line 81 of file DiffractionSelector.h.
|
inlinevirtual |
Select the ray if it respects the criteria of this Selector.
Reimplemented from Selector< T >.
Definition at line 85 of file DiffractionSelector.h.
|
inline |
Set maxDiffractionOrder.
Definition at line 128 of file DiffractionSelector.h.
|
inline |
Set the Operator used by this Selector.
Definition at line 138 of file DiffractionSelector.h.

|
protected |
Maximal number of possible diffractions.
Definition at line 152 of file DiffractionSelector.h.
|
protected |
Operator selected (by default LESS_OR_EQUAL, so it keep rays with a number of diffractions less or equal to maxDiffractionOrder)
Definition at line 153 of file DiffractionSelector.h.