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

Method SetOutput

IO/Infovis/vtkNewickTreeReader.cxx:59–62  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

57
58//------------------------------------------------------------------------------
59void vtkNewickTreeReader::SetOutput(vtkTree* output)
60{
61 this->GetExecutive()->SetOutputData(0, output);
62}
63
64//------------------------------------------------------------------------------
65int vtkNewickTreeReader::ReadNewickTree(const char* buffer, vtkTree& tree)

Callers 1

vtkNewickTreeReaderMethod · 0.95

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45

Tested by

no test coverage detected