Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SkipToPos
Method
SkipToPos
Utilities/DICOMParser/DICOMFile.cxx:127–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void DICOMFile::SkipToPos(long increment)
128
{
129
if (InputStream)
130
{
131
InputStream->seekg(increment, std::ios::beg);
132
}
133
}
134
135
long DICOMFile::GetSize()
136
{
Callers
2
GetSize
Method · 0.95
ToggleSwapBytesCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected