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

Function IsEmpty

Modules/Classification/CLCore/include/mitkAbstractGlobalImageFeature.h:367–375  ·  view source on GitHub ↗

Override

Source from the content-addressed store, hash-verified

365
366 // Override
367 bool IsEmpty() const override
368 {
369 if(IsInitialized() == false)
370 return true;
371 const TimeGeometry* timeGeometry = const_cast<AbstractGlobalImageFeature*>(this)->GetUpdatedTimeGeometry();
372 if(timeGeometry == nullptr)
373 return true;
374 return false;
375 }
376
377
378private:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected