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

Method GetXMLByteIndex

IO/XMLParser/vtkXMLParser.cxx:372–375  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370
371//------------------------------------------------------------------------------
372vtkTypeInt64 vtkXMLParser::GetXMLByteIndex()
373{
374 return XML_GetCurrentByteIndex(static_cast<XML_Parser>(this->Parser));
375}
376
377//------------------------------------------------------------------------------
378int vtkXMLParser::ParseBuffer(const char* buffer, unsigned int count)

Callers 4

StartElementMethod · 0.80
DeepCopyMethod · 0.80

Calls 1

XML_GetCurrentByteIndexFunction · 0.85

Tested by

no test coverage detected