Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimpleITK/SimpleITK
/ UseCompressionOff
Function
UseCompressionOff
Code/IO/include/sitkImageFileWriter.h:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
return this->SetUseCompression(true);
95
}
96
void
97
UseCompressionOff()
98
{
99
return this->SetUseCompression(false);
100
}
101
/** @} */
102
103
Callers
nothing calls this directly
Calls
1
SetUseCompression
Method · 0.45
Tested by
no test coverage detected