------------------------------------------------------------------------------
| 116 | |
| 117 | //------------------------------------------------------------------------------ |
| 118 | void vtkBiDimensionalRepresentation::GetPoint4WorldPosition(double pos[3]) |
| 119 | { |
| 120 | this->Point4Representation->GetWorldPosition(pos); |
| 121 | } |
| 122 | |
| 123 | //------------------------------------------------------------------------------ |
| 124 | void vtkBiDimensionalRepresentation::SetPoint1DisplayPosition(double x[3]) |