| 141 | } |
| 142 | |
| 143 | bool |
| 144 | ImageFileWriter::GetKeepOriginalImageUID() const |
| 145 | { |
| 146 | return this->m_KeepOriginalImageUID; |
| 147 | } |
| 148 | |
| 149 | void |
| 150 | ImageFileWriter::SetFileName(const PathType & fn) |
nothing calls this directly
no outgoing calls
no test coverage detected