Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Tell
Method
Tell
Utilities/DICOMParser/DICOMFile.cxx:118–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
long DICOMFile::Tell()
119
{
120
if (InputStream)
121
{
122
return static_cast<long>(InputStream->tellg());
123
}
124
return 0;
125
}
126
127
void DICOMFile::SkipToPos(long increment)
128
{
Callers
3
GetSize
Method · 0.95
ToggleSwapBytesCallback
Method · 0.45
ReadHeader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected