------------------------------------------------------------------------------
| 205 | |
| 206 | //------------------------------------------------------------------------------ |
| 207 | void vtkXMLHyperTreeGridReader::SetupEmptyOutput() |
| 208 | { |
| 209 | this->GetCurrentOutput()->Initialize(); |
| 210 | } |
| 211 | |
| 212 | //------------------------------------------------------------------------------ |
| 213 | void vtkXMLHyperTreeGridReader::GetOutputUpdateExtent(int& piece, int& numberOfPieces) |
nothing calls this directly
no test coverage detected