Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
void vtkRenderView::AddLabels(vtkAlgorithmOutput* conn)
287
{
288
this->LabelPlacementMapper->AddInputConnection(0, conn);
289
}
290
291
void vtkRenderView::RemoveLabels(vtkAlgorithmOutput* conn)
292
{
Callers
2
AddToView
Method · 0.80
AddToView
Method · 0.80
Calls
1
AddInputConnection
Method · 0.45
Tested by
no test coverage detected