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