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

Method GetInputTree

Rendering/Label/vtkLabeledTreeMapDataMapper.cxx:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135vtkTree* vtkLabeledTreeMapDataMapper::GetInputTree()
136{
137 return vtkTree::SafeDownCast(this->GetExecutive()->GetInputData(0, 0));
138}
139
140void vtkLabeledTreeMapDataMapper::UpdateFontSizes()
141{

Callers 1

RenderOpaqueGeometryMethod · 0.95

Calls 2

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected