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

Method WriteAppendedPieceAttributes

IO/XML/vtkXMLTableWriter.cxx:439–455  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

437
438//------------------------------------------------------------------------------
439void vtkXMLTableWriter::WriteAppendedPieceAttributes(int index)
440{
441 if (this->ErrorCode == vtkErrorCode::OutOfDiskSpaceError)
442 {
443 return;
444 }
445 this->NumberOfColsPositions[index] = this->ReserveAttributeSpace("NumberOfCols");
446 if (this->ErrorCode == vtkErrorCode::OutOfDiskSpaceError)
447 {
448 return;
449 }
450 this->NumberOfRowsPositions[index] = this->ReserveAttributeSpace("NumberOfRows");
451 if (this->ErrorCode == vtkErrorCode::OutOfDiskSpaceError)
452 {
453 return;
454 }
455}
456
457//------------------------------------------------------------------------------
458void vtkXMLTableWriter::WriteAppendedPiece(int index, vtkIndent indent)

Callers 1

WriteHeaderMethod · 0.95

Calls 1

ReserveAttributeSpaceMethod · 0.80

Tested by

no test coverage detected