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

Method ReadAppendedData

IO/XMLParser/vtkXMLDataParser.cxx:948–954  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

946
947//------------------------------------------------------------------------------
948size_t vtkXMLDataParser::ReadAppendedData(
949 vtkTypeInt64 offset, void* buffer, vtkTypeUInt64 startWord, size_t numWords, int wordType)
950{
951 this->DataStream = this->AppendedDataStream;
952 this->SeekG(this->AppendedDataPosition + offset);
953 return this->ReadBinaryData(buffer, startWord, numWords, wordType);
954}
955
956//------------------------------------------------------------------------------
957//------------------------------------------------------------------------------

Callers 2

ReadAppendedDataFunction · 0.80

Calls 2

ReadBinaryDataMethod · 0.95
SeekGMethod · 0.80

Tested by

no test coverage detected