MCPcopy Create free account
hub / github.com/Kitware/VTK / ReadXMLData

Method ReadXMLData

IO/XML/vtkXMLDataReader.cxx:482–488  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ReadFieldDataMethod · 0.45

Tested by

no test coverage detected