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

Function WriteBinaryDataBlock

IO/XML/vtkXMLWriter.cxx:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 writer->SetProgressPartial(progress);
78 }
79 static int WriteBinaryDataBlock(
80 vtkXMLWriter* writer, unsigned char* in_data, size_t numWords, int wordType)
81 {
82 return writer->WriteBinaryDataBlock(in_data, numWords, wordType);
83 }
84 static void* GetInt32IdTypeBuffer(vtkXMLWriter* writer)
85 {
86 return static_cast<void*>(writer->Int32IdTypeBuffer);

Callers 4

operator()Method · 0.85
WriteDataArrayFallbackFunction · 0.85
vtkXMLWriter.hFile · 0.85

Calls 1

WriteBinaryDataBlockMethod · 0.80

Tested by

no test coverage detected