| 43 | } |
| 44 | |
| 45 | bool 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 | |
| 57 | bool mitk::PlanarCross::ResetOnPointSelectNeeded() const |
| 58 | { |