|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
: To keep only one from two or more rays which have the same history (events on the same primitive) More...
#include <FaceSelector.h>


Public Member Functions | |
| FaceSelector (TYPEHISTORY _modeHistory=HISTORY_FACE) | |
| Constructor. More... | |
| virtual | ~FaceSelector () |
| Destructor. More... | |
| virtual Selector< T > * | Copy () |
| Copy Selector. More... | |
| virtual void | reset () |
| Reset (clear the data) of this Selector. More... | |
| TYPEHISTORY | getModeHistory () |
| Get the TYPEHISTORY of this Selector. More... | |
| void | setModeHistory (TYPEHISTORY _modeHistory) |
| Set the TYPEHISTORY of this 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... | |
| 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... | |
| bool | isDeletable () |
| Return true if the Selector may be deleted. More... | |
| void | setIsDeletable (bool _isDeletable) |
| Set deletable flag. More... | |
Protected Attributes | |
| std::map< std::vector< unsigned int >, T *, CompareToKey > | selectedPath |
| Histories of all selected rays so far. More... | |
| TYPEHISTORY | modeHistory |
| TYPEHISTORY used by this Selector (by default, HISTORY_FACE) More... | |
Protected Attributes inherited from Selector< T > | |
| bool | deletable |
| Flag to know if the selector may be deleted or not. More... | |
: To keep only one from two or more rays which have the same history (events on the same primitive)
Definition at line 33 of file FaceSelector.h.
|
inline |
Constructor.
Definition at line 37 of file FaceSelector.h.

|
inlinevirtual |
Destructor.
Definition at line 42 of file FaceSelector.h.
|
inlinevirtual |
Check if the ray respects the criteria of this Selector and return a SELECTOR_RESPOND.
Reimplemented from Selector< T >.
Definition at line 76 of file FaceSelector.h.
|
inlinevirtual |
Copy Selector.
Reimplemented from Selector< T >.
Definition at line 44 of file FaceSelector.h.

|
inline |
Get the TYPEHISTORY of this Selector.
Definition at line 59 of file FaceSelector.h.
|
inlinevirtual |
Return the class type of the selector.
Reimplemented from Selector< T >.
Definition at line 203 of file FaceSelector.h.
|
inlinevirtual |
|
inlinevirtual |
Select the ray if it respects the criteria of this Selector.
Reimplemented from Selector< T >.
Definition at line 156 of file FaceSelector.h.
|
inlinevirtual |
Reset (clear the data) of this Selector.
Reimplemented from Selector< T >.
Definition at line 50 of file FaceSelector.h.
|
inline |
Set the TYPEHISTORY of this Selector.
Definition at line 67 of file FaceSelector.h.
|
protected |
TYPEHISTORY used by this Selector (by default, HISTORY_FACE)
Definition at line 211 of file FaceSelector.h.
|
protected |
Histories of all selected rays so far.
Definition at line 210 of file FaceSelector.h.