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

Method getBase

src/node/projectionnode.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool ProjectionNode::getBase() const
32{
33 return base;
34}
35
36void ProjectionNode::accept(NodeVisitor& v)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected