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

Function IsEmpty

Modules/Classification/CLCore/include/mitkIntensityQuantifier.h:247–255  ·  view source on GitHub ↗

Override

Source from the content-addressed store, hash-verified

245
246 // Override
247 bool IsEmpty() const override
248 {
249 if(IsInitialized() == false)
250 return true;
251 const TimeGeometry* timeGeometry = const_cast<IntensityQuantifier*>(this)->GetUpdatedTimeGeometry();
252 if(timeGeometry == nullptr)
253 return true;
254 return false;
255 }
256
257
258private:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected