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

Method UpdateDistance

Interaction/Widgets/vtkCompassRepresentation.cxx:631–634  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

629
630//------------------------------------------------------------------------------
631void vtkCompassRepresentation::UpdateDistance(double deltaDistance)
632{
633 this->SetDistance(this->DistanceRepresentation->GetValue() + deltaDistance);
634}
635
636//------------------------------------------------------------------------------
637void vtkCompassRepresentation::EndDistance()

Callers 1

TimerActionMethod · 0.80

Calls 2

SetDistanceMethod · 0.95
GetValueMethod · 0.45

Tested by

no test coverage detected