------------------------------------------------------------------------------
| 601 | |
| 602 | //------------------------------------------------------------------------------ |
| 603 | void 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 | //------------------------------------------------------------------------------ |
| 611 | double vtkCompassRepresentation::GetMaximumDistance() |