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

Function Tell

IO/Core/vtkResourceParser.h:235–235  ·  view source on GitHub ↗

* @brief Get stream cursor position from parser context * * `Tell()` will give the real position of the cursor from the parser context. * `vtkResourceParser` will buffer data read for the stream to parse it, this is the context. * Because of this, the stream position will always by "in advance" of the parser real input * position. * `this->Tell()` will always be lesser or equal t

Source from the content-addressed store, hash-verified

233 * stream does not support seeking.
234 */
235 vtkTypeInt64 Tell() { return this->Context.Tell(); }
236
237 /**
238 * @brief Read data from the input stream

Callers

nothing calls this directly

Calls 1

TellMethod · 0.45

Tested by

no test coverage detected