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

Method SetMinimumDistance

Interaction/Widgets/vtkCompassRepresentation.cxx:617–622  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

615
616//------------------------------------------------------------------------------
617void vtkCompassRepresentation::SetMinimumDistance(double distance)
618{
619 this->DistanceRepresentation->SetMinimumValue(distance);
620 // to ensure distance is within correct new range
621 this->SetDistance(this->Distance);
622}
623
624//------------------------------------------------------------------------------
625double vtkCompassRepresentation::GetMinimumDistance()

Callers 2

PlaceWidgetMethod · 0.80
TestCompassWidgetFunction · 0.80

Calls 2

SetDistanceMethod · 0.95
SetMinimumValueMethod · 0.80

Tested by 1

TestCompassWidgetFunction · 0.64