Determines if the interface is between a regular and a special cell. More...
#include <condition_action_sequence.hpp>
Public Member Functions | |
RegularSpecialEdge (const string &sticker_name) | |
Class constructor. More... | |
pair< bool, bool > | operator() (const Edge &edge, const Tessellation &tess, const vector< ComputationalCell > &cells, TracerStickerNames const &tracerstickernames) const |
Checks if an interface satisfies a condition. More... | |
Determines if the interface is between a regular and a special cell.
Definition at line 186 of file condition_action_sequence.hpp.
|
explicit |
Class constructor.
sticker_name | Sticker name |
Definition at line 256 of file condition_action_sequence.cpp.
|
virtual |
Checks if an interface satisfies a condition.
edge | Interface |
tess | Tessellation |
cells | Computational cells |
tracerstickernames | The names of the tracers and stickers |
Implements ConditionActionSequence::Condition.
Definition at line 260 of file condition_action_sequence.cpp.