------------------------------------------------------------------------------
| 114 | |
| 115 | //------------------------------------------------------------------------------ |
| 116 | void vtkXMLPUnstructuredDataReader::SetupEmptyOutput() |
| 117 | { |
| 118 | this->GetCurrentOutput()->Initialize(); |
| 119 | } |
| 120 | |
| 121 | //------------------------------------------------------------------------------ |
| 122 | // Note that any changes (add or removing information) made to this method |
nothing calls this directly
no test coverage detected