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

Function ReadAppendedData

IO/XMLParser/vtkXMLDataParser.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 size_t ReadAppendedData(
66 vtkTypeInt64 offset, void* buffer, vtkTypeUInt64 startWord, size_t numWords, int wordType);
67 size_t ReadAppendedData(
68 vtkTypeInt64 offset, char* buffer, vtkTypeUInt64 startWord, size_t numWords)
69 {
70 return this->ReadAppendedData(offset, buffer, startWord, numWords, VTK_CHAR);
71 }
72
73 /**
74 * Read from an ascii data section starting at the current position in

Callers

nothing calls this directly

Calls 1

ReadAppendedDataMethod · 0.80

Tested by

no test coverage detected