[vtk-developers] Deprecating vtkFastNumericConversion

David Gobbi david.gobbi at gmail.com
Wed Apr 10 15:52:17 EDT 2013


Hi All,

I would like to remove vtkFastNumericConversion from VTK, it contains
a bunch of bit-hacks for speeding up Round() and Floor() on the
PentiumII and earlier processors, and the operations it performs have
undefined results according to the current C/C++ standards.

How do I go about deprecating a full class?  Or can I simply remove
it, if it isn't used anywhere?

I made a gerrit topic for its removal:
http://review.source.kitware.com/#/t/2593/

 - David



More information about the vtk-developers mailing list