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