Point2 ------------------------------------------------------------------------------
| 312 | // Point2 |
| 313 | //------------------------------------------------------------------------------ |
| 314 | void vtkLineRepresentation::GetPoint2WorldPosition(double pos[3]) VTK_FUTURE_CONST |
| 315 | { |
| 316 | this->Point2Representation->GetWorldPosition(pos); |
| 317 | } |
| 318 | |
| 319 | double* vtkLineRepresentation::GetPoint2WorldPosition() |
| 320 | { |