| 22 | #include "vectorvalue.h" |
| 23 | |
| 24 | PointsModule::PointsModule(Reporter& r, bool multiple) : Module(r,multiple?"points":"point") |
| 25 | { |
| 26 | addDescription(tr("Constructs points.")); |
| 27 | addParameter("points",tr("The location of the points.")); |
| 28 | } |
| 29 | |
| 30 | Node* PointsModule::evaluate(const Context& ctx) const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected