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

Method GetKeepOriginalImageUID

Code/IO/src/sitkImageFileWriter.cxx:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool
144ImageFileWriter::GetKeepOriginalImageUID() const
145{
146 return this->m_KeepOriginalImageUID;
147}
148
149void
150ImageFileWriter::SetFileName(const PathType & fn)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected