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

Function UseCompressionOn

Code/IO/include/sitkImageFileWriter.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 GetUseCompression() const;
90
91 void
92 UseCompressionOn()
93 {
94 return this->SetUseCompression(true);
95 }
96 void
97 UseCompressionOff()
98 {

Callers

nothing calls this directly

Calls 1

SetUseCompressionMethod · 0.45

Tested by

no test coverage detected