------------------------------------------------------------------------------
| 442 | |
| 443 | //------------------------------------------------------------------------------ |
| 444 | void vtkLineWidget::BuildRepresentation() |
| 445 | { |
| 446 | // int res = this->LineSource->GetResolution(); |
| 447 | double* pt1 = this->LineSource->GetPoint1(); |
| 448 | double* pt2 = this->LineSource->GetPoint2(); |
| 449 | |
| 450 | this->HandleGeometry[0]->SetCenter(pt1); |
| 451 | this->HandleGeometry[1]->SetCenter(pt2); |
| 452 | } |
| 453 | |
| 454 | //------------------------------------------------------------------------------ |
| 455 | void vtkLineWidget::SizeHandles() |