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

Method SetMaximumDistance

Interaction/Widgets/vtkCompassRepresentation.cxx:603–608  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

601
602//------------------------------------------------------------------------------
603void vtkCompassRepresentation::SetMaximumDistance(double distance)
604{
605 this->DistanceRepresentation->SetMaximumValue(distance);
606 // to ensure distance is within correct new range
607 this->SetDistance(this->Distance);
608}
609
610//------------------------------------------------------------------------------
611double vtkCompassRepresentation::GetMaximumDistance()

Callers 3

TestCompassWidgetFunction · 0.80
3DMorph.pyFile · 0.80

Calls 2

SetDistanceMethod · 0.95
SetMaximumValueMethod · 0.80

Tested by 1

TestCompassWidgetFunction · 0.64