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

Method WritePPieceAttributes

IO/ParallelXML/vtkXMLPDataObjectWriter.cxx:273–278  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

271
272//------------------------------------------------------------------------------
273void vtkXMLPDataObjectWriter::WritePPieceAttributes(int index)
274{
275 char* fileName = this->CreatePieceFileName(index);
276 this->WriteStringAttribute("Source", fileName);
277 delete[] fileName;
278}
279
280//------------------------------------------------------------------------------
281char* vtkXMLPDataObjectWriter::CreatePieceFileName(int index, const char* path)

Callers 1

WriteDataMethod · 0.95

Calls 2

CreatePieceFileNameMethod · 0.95
WriteStringAttributeMethod · 0.80

Tested by

no test coverage detected