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

Method HasValidRange

Modules/Core/src/Controllers/mitkStepper.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool mitk::Stepper::HasValidRange() const
66{
67 return (m_HasRange && m_RangeValid);
68}
69
70bool mitk::Stepper::HasRange() const
71{

Callers 1

RefetchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected