MCPcopy 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
127void DICOMFile::SkipToPos(long increment)
128{
129 if (InputStream)
130 {
131 InputStream->seekg(increment, std::ios::beg);
132 }
133}
134
135long DICOMFile::GetSize()
136{

Callers 2

GetSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected