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

Function GetInt32IdTypeBuffer

IO/XML/vtkXMLWriter.cxx:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return writer->WriteBinaryDataBlock(in_data, numWords, wordType);
83 }
84 static void* GetInt32IdTypeBuffer(vtkXMLWriter* writer)
85 {
86 return static_cast<void*>(writer->Int32IdTypeBuffer);
87 }
88 static unsigned char* GetByteSwapBuffer(vtkXMLWriter* writer) { return writer->ByteSwapBuffer; }
89};
90

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected