------------------------------------------------------------------------------
| 96 | |
| 97 | //------------------------------------------------------------------------------ |
| 98 | void vtkXMLPHyperTreeGridReader::SetupOutputData() |
| 99 | { |
| 100 | this->Superclass::SetupOutputData(); |
| 101 | this->GetCurrentOutput()->Initialize(); |
| 102 | } |
| 103 | |
| 104 | //------------------------------------------------------------------------------ |
| 105 | int vtkXMLPHyperTreeGridReader::ReadPieceData(int index) |
nothing calls this directly
no test coverage detected