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

Method SetOutput

Rendering/Label/vtkLabelHierarchyAlgorithm.cxx:46–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

44
45//------------------------------------------------------------------------------
46void vtkLabelHierarchyAlgorithm::SetOutput(vtkDataObject* d)
47{
48 this->GetExecutive()->SetOutputData(0, d);
49}
50
51//------------------------------------------------------------------------------
52vtkDataObject* vtkLabelHierarchyAlgorithm::GetInput()

Callers 15

ClearMethod · 0.45
vtkOpenGLImageMapperMethod · 0.45
TestVBOPointsLinesFunction · 0.45
TestLabeledDataMappersFunction · 0.45
ImageDataLIC2DFunction · 0.45
SetSourceDataMethod · 0.45
SetSourceTableTreeMethod · 0.45

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45