MCPcopy 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
118long DICOMFile::Tell()
119{
120 if (InputStream)
121 {
122 return static_cast<long>(InputStream->tellg());
123 }
124 return 0;
125}
126
127void DICOMFile::SkipToPos(long increment)
128{

Callers 3

GetSizeMethod · 0.95
ReadHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected