MCPcopy Create free account
hub / github.com/SimVascular/SimVascular / ReadFile

Function ReadFile

Code/Source/PythonAPI/ImagingImage_PyClass.cxx:236–240  ·  view source on GitHub ↗

---------- ReadFile ---------- Read image data from a file and store it the returned MITK data node.

Source from the content-addressed store, hash-verified

234// Read image data from a file and store it the returned MITK data node.
235//
236mitk::DataNode::Pointer
237ReadFile(const std::string& fileName)
238{
239 return sv4guiProjectManager::LoadDataNode(fileName);
240}
241
242//--------------------
243// ReadImageTransform

Callers 2

Image_readFunction · 0.70
PyImageNewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected