------------------------------------------------------------------------------
| 42 | |
| 43 | //------------------------------------------------------------------------------ |
| 44 | vtkXMLUnstructuredDataWriter* vtkXMLPPolyDataWriter::CreateUnstructuredPieceWriter() |
| 45 | { |
| 46 | // Create the writer for the piece. |
| 47 | vtkXMLPolyDataWriter* pWriter = vtkXMLPolyDataWriter::New(); |
| 48 | pWriter->SetInputConnection(this->GetInputConnection(0, 0)); |
| 49 | return pWriter; |
| 50 | } |
| 51 | |
| 52 | //------------------------------------------------------------------------------ |
| 53 | int vtkXMLPPolyDataWriter::FillInputPortInformation(int, vtkInformation* info) |
no test coverage detected