------------------------------------------------------------------------------
| 2149 | |
| 2150 | //------------------------------------------------------------------------------ |
| 2151 | vtkDataObject* vtkXMLReader::GetCurrentOutput() |
| 2152 | { |
| 2153 | return this->CurrentOutput; |
| 2154 | } |
| 2155 | |
| 2156 | //------------------------------------------------------------------------------ |
| 2157 | vtkInformation* vtkXMLReader::GetCurrentOutputInformation() |
no outgoing calls
no test coverage detected