Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 605304 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/IVtkTools/IVtkTools_ShapePicker.hxx (-2 / +2 lines)
Lines 124-131 protected: Link Here
124
124
125
  //! Convert display coordinates to world coordinates
125
  //! Convert display coordinates to world coordinates
126
  static bool convertDisplayToWorld (vtkRenderer *theRenderer,
126
  static bool convertDisplayToWorld (vtkRenderer *theRenderer,
127
                                     vtkFloatingPointType theDisplayCoord[3],
127
                                     double theDisplayCoord[3],
128
                                     vtkFloatingPointType theWorldCoord[3] );
128
                                     double theWorldCoord[3] );
129
129
130
private: // not copyable
130
private: // not copyable
131
  IVtkTools_ShapePicker (const IVtkTools_ShapePicker&);
131
  IVtkTools_ShapePicker (const IVtkTools_ShapePicker&);

Return to bug 605304