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

Function Load

Modules/Core/include/mitkIOUtil.h:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 */
327 template <typename T>
328 static typename T::Pointer Load(const std::string& path, const ReaderOptionsFunctorBase *optionsCallback = nullptr)
329 {
330 return dynamic_cast<T*>(Load(path, optionsCallback).at(0).GetPointer());
331 }
332
333 /**
334 * \brief Load a file and return the loaded data.

Callers 15

mainFunction · 0.85
mainFunction · 0.85
Step6Method · 0.85
LoadMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
OnViewSeriesMethod · 0.85
mainFunction · 0.85
LoadMethod · 0.85

Calls 2

GetPointerMethod · 0.80
atMethod · 0.80