tpaviot / oce

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
http://groups.google.com/group/oce-dev
GNU Lesser General Public License v2.1
815 stars 284 forks source link

[VTK-fix] Replace obsolete vtkFloatingPointType #601

Closed ghost closed 8 years ago

ghost commented 8 years ago

vtkFloatingPointType has always been equivalent to double, but they removed this typedef/define years ago apparently. In the current API, these functions specify doubles: http://www.vtk.org/doc/nightly/html/classvtkViewport.html (vtkRenderer is a derived class of vtkViewport and the member functions in question are not overridden in vtkRenderer). Ref #598

ghost commented 8 years ago

Reference: http://vtk.1045678.n5.nabble.com/What-is-vtkFloatingPointType-td5717022.html

tpaviot commented 8 years ago

+1

jf--- commented 8 years ago

@tpaviot, can you hit merge please?