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

Method TellG

IO/XMLParser/vtkXMLParser.cxx:66–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66vtkTypeInt64 vtkXMLParser::TellG()
67{
68 // Standard tellg returns -1 if fail() is true.
69 if (!this->Stream || vtkXMLParserFail(this->Stream))
70 {
71 return -1;
72 }
73 return this->Stream->tellg();
74}
75
76//------------------------------------------------------------------------------
77void vtkXMLParser::SeekG(vtkTypeInt64 position)

Callers 3

ParseAsciiDataMethod · 0.80

Calls 1

vtkXMLParserFailFunction · 0.85

Tested by

no test coverage detected