| 21 | #include "node/intersectionnode.h" |
| 22 | |
| 23 | IntersectionModule::IntersectionModule(Reporter& r) : Module(r,"intersection") |
| 24 | { |
| 25 | addDescription(tr("Intersects the first child its subsequent children.")); |
| 26 | } |
| 27 | |
| 28 | Node* IntersectionModule::evaluate(const Context& ctx) const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected