------------------------------------------------------------------------------
| 615 | |
| 616 | //------------------------------------------------------------------------------ |
| 617 | void 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 | //------------------------------------------------------------------------------ |
| 625 | double vtkCompassRepresentation::GetMinimumDistance() |