MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / BooleanTool

Method BooleanTool

src/core/objects/boolean_tool.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233//### BooleanTool ###
234
235BooleanTool::BooleanTool(Operation op, Map* map)
236: op(op)
237, map(map)
238{
239 ; // nothing
240}
241
242bool BooleanTool::execute()
243{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected