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

Method PointsNode

src/node/pointsnode.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "point.h"
21
22PointsNode::PointsNode() :
23 visibleChildren(true)
24{
25}
26
27void PointsNode::createSinglePoint()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected