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

Method AlignNode

src/node/alignnode.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "alignnode.h"
20
21AlignNode::AlignNode() :
22 center(false)
23{
24}
25
26void AlignNode::accept(NodeVisitor& v)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected