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

Method accept

src/node/alignnode.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void AlignNode::accept(NodeVisitor& v)
27{
28 v.visit(*this);
29}
30
31bool AlignNode::getCenter() const
32{

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected