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

Method WritePPieceAttributes

IO/ParallelXML/vtkXMLPStructuredDataWriter.cxx:48–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48void vtkXMLPStructuredDataWriter::WritePPieceAttributes(int index)
49{
50 if (this->Extents.find(index) != this->Extents.end())
51 {
52 this->WriteVectorAttribute("Extent", 6, this->Extents[index].data());
53 if (this->ErrorCode == vtkErrorCode::OutOfDiskSpaceError)
54 {
55 return;
56 }
57 }
58 this->Superclass::WritePPieceAttributes(index);
59}
60
61//------------------------------------------------------------------------------
62vtkXMLWriter* vtkXMLPStructuredDataWriter::CreatePieceWriter(int index)

Callers

nothing calls this directly

Calls 4

WriteVectorAttributeMethod · 0.80
findMethod · 0.45
endMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected