------------------------------------------------------------------------------
| 302 | |
| 303 | //------------------------------------------------------------------------------ |
| 304 | int vtkXMLReader::OpenStream() |
| 305 | { |
| 306 | if (this->ReadFromInputString) |
| 307 | { |
| 308 | return this->OpenVTKString(); |
| 309 | } |
| 310 | else |
| 311 | { |
| 312 | return this->OpenVTKFile(); |
| 313 | } |
| 314 | } |
| 315 | |
| 316 | //------------------------------------------------------------------------------ |
| 317 | int vtkXMLReader::OpenVTKFile() |
no test coverage detected