MCPcopy 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
151void DICOMFile::Skip(long increment)
152{
153 if (InputStream)
154 {
155 InputStream->seekg(increment, std::ios::cur);
156 }
157}
158
159void DICOMFile::SkipToStart()
160{

Callers 13

IsDICOMFileMethod · 0.45
IsValidRepresentationMethod · 0.45
ReadNextRecordMethod · 0.45
OnPaintMethod · 0.45
OnSizeMethod · 0.45
OnMotionMethod · 0.45
OnEnterMethod · 0.45
OnLeaveMethod · 0.45
OnButtonDownMethod · 0.45
OnButtonUpMethod · 0.45
OnMouseWheelMethod · 0.45
OnKeyDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected