------------------------------------------------------------------------------
| 162 | |
| 163 | //------------------------------------------------------------------------------ |
| 164 | void vtkXMLUnstructuredDataReader::SetupEmptyOutput() |
| 165 | { |
| 166 | this->GetCurrentOutput()->Initialize(); |
| 167 | } |
| 168 | |
| 169 | //------------------------------------------------------------------------------ |
| 170 | void vtkXMLUnstructuredDataReader::SetupOutputTotals() |
nothing calls this directly
no test coverage detected