* @brief Set the stream to parse * * Automatically reset the parser state if `stream != this->GetStream()`. * Parsing starts at the stream position when set. * * @param stream a vtkResourceStream */
| 177 | * @param stream a vtkResourceStream |
| 178 | */ |
| 179 | void SetStream(vtkResourceStream* stream) { this->Context.SetStream(stream); } |
| 180 | |
| 181 | /** |
| 182 | * @brief Get the parsed stream |