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

Method SetOutput

IO/Infovis/vtkBiomTableReader.cxx:58–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

56
57//------------------------------------------------------------------------------
58void vtkBiomTableReader::SetOutput(vtkTable* output)
59{
60 this->GetExecutive()->SetOutputData(0, output);
61}
62
63//------------------------------------------------------------------------------
64int vtkBiomTableReader::ReadMeshSimple(const std::string& fname, vtkDataObject* doOutput)

Callers 2

vtkBiomTableReaderMethod · 0.95

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45

Tested by

no test coverage detected