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

Method GetSingleLineMode

Modules/PlanarFigure/src/DataManagement/mitkPlanarCross.cpp:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool mitk::PlanarCross::GetSingleLineMode() const
46{
47 const mitk::BoolProperty *singleLineMode =
48 dynamic_cast<mitk::BoolProperty *>(this->GetProperty("SingleLineMode").GetPointer());
49
50 if (singleLineMode != nullptr)
51 {
52 return singleLineMode->GetValue();
53 }
54 return false;
55}
56
57bool mitk::PlanarCross::ResetOnPointSelectNeeded() const
58{

Callers 7

ResetOnPointSelectMethod · 0.95
GetNumberOfFeaturesMethod · 0.95
mitkPlanarCrossTestFunction · 0.80

Calls 3

GetPointerMethod · 0.80
GetPropertyMethod · 0.45
GetValueMethod · 0.45

Tested by 1

mitkPlanarCrossTestFunction · 0.64