------------------------------------------------------------------------------
| 344 | |
| 345 | //------------------------------------------------------------------------------ |
| 346 | void vtkLineRepresentation::SetPoint2DisplayPosition(double x[3]) |
| 347 | { |
| 348 | this->Point2Representation->SetDisplayPosition(x); |
| 349 | double p[3]; |
| 350 | this->Point2Representation->GetWorldPosition(p); |
| 351 | this->Point2Representation->SetWorldPosition(p); |
| 352 | } |
| 353 | |
| 354 | //------------------------------------------------------------------------------ |
| 355 | void vtkLineRepresentation::SetRenderer(vtkRenderer* ren) |