------------------------------------------------------------------------------
| 322 | |
| 323 | //------------------------------------------------------------------------------ |
| 324 | void vtkXMLPTableReader::SetupEmptyOutput() |
| 325 | { |
| 326 | this->GetCurrentOutput()->Initialize(); |
| 327 | } |
| 328 | |
| 329 | //------------------------------------------------------------------------------ |
| 330 | void vtkXMLPTableReader::SetupOutputInformation(vtkInformation* outInfo) |
nothing calls this directly
no test coverage detected