------------------------------------------------------------------------------
| 838 | |
| 839 | //------------------------------------------------------------------------------ |
| 840 | vtkXMLDataElement* vtkXMLDataParser::GetRootElement() |
| 841 | { |
| 842 | return this->RootElement; |
| 843 | } |
| 844 | |
| 845 | //------------------------------------------------------------------------------ |
| 846 | size_t vtkXMLDataParser::ReadBinaryData( |
no outgoing calls
no test coverage detected