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

Function ReadInlineData

IO/XMLParser/vtkXMLDataParser.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 size_t ReadInlineData(vtkXMLDataElement* element, int isAscii, void* buffer,
54 vtkTypeUInt64 startWord, size_t numWords, int wordType);
55 size_t ReadInlineData(
56 vtkXMLDataElement* element, int isAscii, char* buffer, vtkTypeUInt64 startWord, size_t numWords)
57 {
58 return this->ReadInlineData(element, isAscii, buffer, startWord, numWords, VTK_CHAR);
59 }
60
61 /**
62 * Read from an appended data section starting at the given appended

Callers

nothing calls this directly

Calls 1

ReadInlineDataMethod · 0.80

Tested by

no test coverage detected