Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
std::string
188
ImageFileWriter ::GetImageIO() const
189
{
190
return this->m_ImageIOName;
191
}
192
193
194
itk::SmartPointer<ImageIOBase>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected