MCPcopy Create free account
hub / github.com/MITK/MITK / CanHandle

Method CanHandle

Modules/Segmentation/src/Interactions/mitkTool.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool mitk::Tool::CanHandle(const BaseData* referenceData, const BaseData* /*workingData*/) const
52{
53 if (referenceData == nullptr)
54 return false;
55
56 return true;
57}
58
59bool mitk::Tool::IsEligibleForAutoInit() const
60{

Callers 2

ActivateToolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected