MCPcopy 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
149void
150ImageFileWriter::SetFileName(const PathType & fn)
151{
152 this->m_FileName = fn;
153}
154
155PathType
156ImageFileWriter::GetFileName() const

Callers 5

ExecuteMethod · 0.95
mainFunction · 0.95
example1Function · 0.95
create_study_imagesFunction · 0.95
ExecuteInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected