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