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

Function SetStream

IO/Core/vtkResourceParser.h:179–179  ·  view source on GitHub ↗

* @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 */

Source from the content-addressed store, hash-verified

177 * @param stream a vtkResourceStream
178 */
179 void SetStream(vtkResourceStream* stream) { this->Context.SetStream(stream); }
180
181 /**
182 * @brief Get the parsed stream

Callers

nothing calls this directly

Calls 1

SetStreamMethod · 0.45

Tested by

no test coverage detected