------------------------------------------------------------------------------
| 323 | |
| 324 | //------------------------------------------------------------------------------ |
| 325 | void vtkLineRepresentation::GetPoint2DisplayPosition(double pos[3]) VTK_FUTURE_CONST |
| 326 | { |
| 327 | this->Point2Representation->GetDisplayPosition(pos); |
| 328 | } |
| 329 | |
| 330 | double* vtkLineRepresentation::GetPoint2DisplayPosition() |
| 331 | { |