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

Method SetCompressionLevel

Code/IO/src/sitkImageSeriesWriter.cxx:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void
151ImageSeriesWriter::SetCompressionLevel(int CompressionLevel)
152{
153 this->m_CompressionLevel = CompressionLevel;
154}
155
156int
157ImageSeriesWriter::GetCompressionLevel() const

Callers 3

ExecuteMethod · 0.95
WriteImageFunction · 0.95
ExecuteInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected