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

Method Tell

IO/Core/vtkResourceStream.cxx:153–156  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

151
152//------------------------------------------------------------------------------
153vtkTypeInt64 vtkResourceStream::Tell()
154{
155 return this->Seek(0, SeekDirection::Current);
156}
157
158bool vtkResourceStream::SupportSeek() const
159{

Callers 15

LoadFileMetaDataMethod · 0.45
LoadImageDataMethod · 0.45
ReadBinarySTLMethod · 0.45
FilesizeMethod · 0.45
HDRReaderUpdateSliceMethod · 0.45
ReadHeaderDataMethod · 0.45
ToMemoryStreamFunction · 0.45
vtkBMPReaderUpdate2Function · 0.45
TellFunction · 0.45
seekoffMethod · 0.45

Calls 1

SeekMethod · 0.95

Tested by 2

TestStringParseFunction · 0.36
TestStreamFunction · 0.36