Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Skip
Method
Skip
Utilities/DICOMParser/DICOMFile.cxx:151–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void DICOMFile::Skip(long increment)
152
{
153
if (InputStream)
154
{
155
InputStream->seekg(increment, std::ios::cur);
156
}
157
}
158
159
void DICOMFile::SkipToStart()
160
{
Callers
13
IsDICOMFile
Method · 0.45
IsValidRepresentation
Method · 0.45
ReadNextRecord
Method · 0.45
OnPaint
Method · 0.45
OnSize
Method · 0.45
OnMotion
Method · 0.45
OnEnter
Method · 0.45
OnLeave
Method · 0.45
OnButtonDown
Method · 0.45
OnButtonUp
Method · 0.45
OnMouseWheel
Method · 0.45
OnKeyDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected