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

Method SetImage

Modules/Classification/CLUtilities/src/mitkCLResultXMLWriter.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void mitk::cl::CLResultXMLWriter::SetImage(const Image* image)
264{
265 m_Image = image;
266}
267
268void mitk::cl::CLResultXMLWriter::SetMask(const Image* mask)
269{

Calls

no outgoing calls

Tested by

no test coverage detected