| 21 | #include "node/alignnode.h" |
| 22 | |
| 23 | CenterModule::CenterModule(Reporter& r) : Module(r,"center") |
| 24 | { |
| 25 | addDescription(tr("Centers its children to the origin.")); |
| 26 | } |
| 27 | |
| 28 | Node* CenterModule::evaluate(const Context& ctx) const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected