mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0026511: Build fails with VTK 6.3rc1
Obsolete typedef "vtkFloatingPointType" is replaced by "double" in VIS and DRAW
This commit is contained in:
@@ -124,8 +124,8 @@ protected:
|
||||
|
||||
//! Convert display coordinates to world coordinates
|
||||
static bool convertDisplayToWorld (vtkRenderer *theRenderer,
|
||||
vtkFloatingPointType theDisplayCoord[3],
|
||||
vtkFloatingPointType theWorldCoord[3] );
|
||||
double theDisplayCoord[3],
|
||||
double theWorldCoord[3] );
|
||||
|
||||
private: // not copyable
|
||||
IVtkTools_ShapePicker (const IVtkTools_ShapePicker&);
|
||||
|
Reference in New Issue
Block a user