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

Function IsEmpty

Modules/Classification/CLCore/include/mitkAbstractClassifier.h:234–242  ·  view source on GitHub ↗

Override

Source from the content-addressed store, hash-verified

232
233 // Override
234 bool IsEmpty() const override
235 {
236 if(IsInitialized() == false)
237 return true;
238 const TimeGeometry* timeGeometry = const_cast<AbstractClassifier*>(this)->GetUpdatedTimeGeometry();
239 if(timeGeometry == nullptr)
240 return true;
241 return false;
242 }
243
244#endif // Skip Doxygen
245

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected