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

Function UseCompressionOff

Code/IO/include/sitkImageSeriesWriter.h:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 return this->SetUseCompression(true);
110 }
111 void
112 UseCompressionOff()
113 {
114 return this->SetUseCompression(false);
115 }
116 /** @} */
117
118 /** \brief A hint for the amount of compression to be applied during writing.

Callers

nothing calls this directly

Calls 1

SetUseCompressionMethod · 0.45

Tested by

no test coverage detected