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

Method GetOutput

Common/ExecutionModel/vtkTreeAlgorithm.cxx:79–82  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77
78//------------------------------------------------------------------------------
79vtkTree* vtkTreeAlgorithm::GetOutput(int index)
80{
81 return vtkTree::SafeDownCast(this->GetOutputDataObject(index));
82}
83
84//------------------------------------------------------------------------------
85void vtkTreeAlgorithm::SetInputData(int index, vtkDataObject* input)

Callers 15

UpdateCacheMethod · 0.45
TestBoxPlot2Function · 0.45
TestPropItemFunction · 0.45
TestContextAreaFixedRectFunction · 0.45
TestContextImageFunction · 0.45
TestContextAreaFunction · 0.45
GetOutputFunction · 0.45
GetOutputFunction · 0.45

Calls 1

GetOutputDataObjectMethod · 0.45

Tested by 15

TestBoxPlot2Function · 0.36
TestPropItemFunction · 0.36
TestContextAreaFixedRectFunction · 0.36
TestContextImageFunction · 0.36
TestContextAreaFunction · 0.36
testMethod · 0.36
TestAbortSMPFilterFunction · 0.36
TestCopyAttributeDataFunction · 0.36