MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / PointsModule

Method PointsModule

src/module/pointsmodule.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "vectorvalue.h"
23
24PointsModule::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
30Node* PointsModule::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected