------------------------------------------------------------------------------
| 281 | |
| 282 | //------------------------------------------------------------------------------ |
| 283 | void vtkLineRepresentation::GetPoint1DisplayPosition(double pos[3]) VTK_FUTURE_CONST |
| 284 | { |
| 285 | this->Point1Representation->GetDisplayPosition(pos); |
| 286 | } |
| 287 | |
| 288 | double* vtkLineRepresentation::GetPoint1DisplayPosition() |
| 289 | { |