------------------------------------------------------------------------------
| 62 | |
| 63 | //------------------------------------------------------------------------------ |
| 64 | void vtkXMLPTableWriter::WritePData(vtkIndent indent) |
| 65 | { |
| 66 | vtkTable* input = this->GetInput(); |
| 67 | this->WritePRowData(input->GetRowData(), indent); |
| 68 | } |
| 69 | |
| 70 | //------------------------------------------------------------------------------ |
| 71 | int vtkXMLPTableWriter::WritePieceInternal() |
nothing calls this directly
no test coverage detected