Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimpleITK/SimpleITK
/ SetUseCompression
Method
SetUseCompression
Code/IO/src/sitkImageFileWriter.cxx:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void
101
ImageFileWriter::SetUseCompression(bool UseCompression)
102
{
103
this->m_UseCompression = UseCompression;
104
}
105
106
bool
107
ImageFileWriter::GetUseCompression() const
Callers
7
Execute
Method · 0.95
ExecuteInternal
Method · 0.45
UseCompressionOn
Function · 0.45
UseCompressionOff
Function · 0.45
UseCompressionOn
Function · 0.45
UseCompressionOff
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36