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

Method SetOutput

IO/Chemistry/vtkCMLMoleculeReader.cxx:75–78  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

73
74//------------------------------------------------------------------------------
75void vtkCMLMoleculeReader::SetOutput(vtkMolecule* output)
76{
77 this->GetExecutive()->SetOutputData(0, output);
78}
79
80int vtkCMLMoleculeReader::RequestData(
81 vtkInformation*, vtkInformationVector**, vtkInformationVector* outputVector)

Callers

nothing calls this directly

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45

Tested by

no test coverage detected