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

Method Init

IO/FDS/vtkFDSReader.cxx:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55struct FDSParser
56{
57 void Init(vtkResourceStream* stream)
58 {
59 this->Parser->Reset();
60 this->Parser->SetStream(stream);
61 this->Parser->StopOnNewLineOn();
62 this->LineNumber = 0;
63 this->Result = vtkParseResult::EndOfLine;
64 }
65
66 template <typename T>
67 bool Parse(T& output)

Callers 1

RequestInformationMethod · 0.45

Calls 2

ResetMethod · 0.45
SetStreamMethod · 0.45

Tested by

no test coverage detected