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

Method SetOutput

IO/Chemistry/vtkGaussianCubeReader2.cxx:56–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55//------------------------------------------------------------------------------
56void vtkGaussianCubeReader2::SetOutput(vtkMolecule* output)
57{
58 this->GetExecutive()->SetOutputData(0, output);
59}
60
61//------------------------------------------------------------------------------
62vtkImageData* vtkGaussianCubeReader2::GetGridOutput()

Callers

nothing calls this directly

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45

Tested by

no test coverage detected