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

Method RemoveLabels

Views/Infovis/vtkRenderView.cxx:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void vtkRenderView::RemoveLabels(vtkAlgorithmOutput* conn)
292{
293 this->LabelPlacementMapper->RemoveInputConnection(0, conn);
294}
295
296void vtkRenderView::ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData)
297{

Callers 1

RemoveFromViewMethod · 0.80

Calls 1

RemoveInputConnectionMethod · 0.45

Tested by

no test coverage detected