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

Function UseCompressionOn

Code/IO/include/sitkImageSeriesWriter.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 GetUseCompression() const;
105
106 void
107 UseCompressionOn()
108 {
109 return this->SetUseCompression(true);
110 }
111 void
112 UseCompressionOff()
113 {

Callers

nothing calls this directly

Calls 1

SetUseCompressionMethod · 0.45

Tested by

no test coverage detected