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

Method HighlightOutline

Interaction/Widgets/vtkBoxWidget.cxx:540–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540void vtkBoxWidget::HighlightOutline(int highlight)
541{
542 if (highlight)
543 {
544 this->HexActor->SetProperty(this->SelectedOutlineProperty);
545 this->HexOutline->SetProperty(this->SelectedOutlineProperty);
546 }
547 else
548 {
549 this->HexActor->SetProperty(this->OutlineProperty);
550 this->HexOutline->SetProperty(this->OutlineProperty);
551 }
552}
553
554void vtkBoxWidget::OnLeftButtonDown()
555{

Callers 10

HighlightHandleMethod · 0.95
OnLeftButtonDownMethod · 0.95
OnMiddleButtonDownMethod · 0.95
OnRightButtonDownMethod · 0.95
OnRightButtonUpMethod · 0.95

Calls 1

SetPropertyMethod · 0.45

Tested by

no test coverage detected