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

Method SetOutput

IO/Infovis/vtkPhyloXMLTreeReader.cxx:64–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63//------------------------------------------------------------------------------
64void vtkPhyloXMLTreeReader::SetOutput(vtkTree* output)
65{
66 this->GetExecutive()->SetOutputData(0, output);
67}
68
69//------------------------------------------------------------------------------
70const char* vtkPhyloXMLTreeReader::GetDataSetName()

Callers 1

vtkPhyloXMLTreeReaderMethod · 0.95

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45

Tested by

no test coverage detected