------------------------------------------------------------------------------
| 480 | |
| 481 | //------------------------------------------------------------------------------ |
| 482 | void vtkXMLDataReader::ReadXMLData() |
| 483 | { |
| 484 | // Let superclasses read data. This also allocates output data. |
| 485 | this->Superclass::ReadXMLData(); |
| 486 | |
| 487 | this->ReadFieldData(); |
| 488 | } |
| 489 | |
| 490 | //------------------------------------------------------------------------------ |
| 491 | int vtkXMLDataReader::ReadArrayForPoints(vtkXMLDataElement* da, vtkAbstractArray* outArray) |
nothing calls this directly
no test coverage detected