Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimpleITK/SimpleITK
/ SetFileName
Method
SetFileName
Code/IO/src/sitkImageFileWriter.cxx:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void
150
ImageFileWriter::SetFileName(const PathType & fn)
151
{
152
this->m_FileName = fn;
153
}
154
155
PathType
156
ImageFileWriter::GetFileName() const
Callers
5
Execute
Method · 0.95
main
Function · 0.95
example1
Function · 0.95
create_study_images
Function · 0.95
ExecuteInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected