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

Method GetFileName

Code/IO/src/sitkImageFileWriter.cxx:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155PathType
156ImageFileWriter::GetFileName() const
157{
158 return this->m_FileName;
159}
160
161void
162ImageFileWriter::Execute(const Image & image, const PathType & inFileName, bool useCompression, int compressionLevel)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected