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

Method WriteAppendedPieceAttributes

IO/XML/vtkXMLUnstructuredDataWriter.cxx:525–528  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

523
524//------------------------------------------------------------------------------
525void vtkXMLUnstructuredDataWriter::WriteAppendedPieceAttributes(int index)
526{
527 this->NumberOfPointsPositions[index] = this->ReserveAttributeSpace("NumberOfPoints");
528}
529
530//------------------------------------------------------------------------------
531void vtkXMLUnstructuredDataWriter::WriteAppendedPiece(int index, vtkIndent indent)

Callers 1

WriteHeaderMethod · 0.95

Calls 1

ReserveAttributeSpaceMethod · 0.80

Tested by

no test coverage detected