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

Method AddLabels

Views/Infovis/vtkRenderView.cxx:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void vtkRenderView::AddLabels(vtkAlgorithmOutput* conn)
287{
288 this->LabelPlacementMapper->AddInputConnection(0, conn);
289}
290
291void vtkRenderView::RemoveLabels(vtkAlgorithmOutput* conn)
292{

Callers 2

AddToViewMethod · 0.80
AddToViewMethod · 0.80

Calls 1

AddInputConnectionMethod · 0.45

Tested by

no test coverage detected