MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / GetImageIO

Method GetImageIO

Code/IO/src/sitkImageFileWriter.cxx:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186
187std::string
188ImageFileWriter ::GetImageIO() const
189{
190 return this->m_ImageIOName;
191}
192
193
194itk::SmartPointer<ImageIOBase>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected