MCPcopy Create free account
hub / github.com/Kitware/VTK / SkipToStart

Method SkipToStart

Utilities/DICOMParser/DICOMFile.cxx:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void DICOMFile::SkipToStart()
160{
161 InputStream->seekg(0, std::ios::beg);
162}
163
164void DICOMFile::Read(void* ptr, long nbytes)
165{

Callers 1

IsDICOMFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected