[vtk-developers] What is vtkFloatingPointType?

Sean McBride sean at rogue-research.com
Wed Nov 7 15:56:58 EST 2012


Hi all,

grepping VTK master for "vtkFloatingPointType" finds just 19 occurrences in just 5 files, including vtkType.h:272:

#define vtkFloatingPointType vtkFloatingPointType

which clang warns about:

warning: disabled expansion of recursive macro [-Wdisabled-macro-expansion]

I suspect vtkFloatingPointType is leftover crud?  It seems if we just change vtkDiscreteMarchingCubes.cxx to use float directly, vtkFloatingPointType is not needed at all?

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the vtk-developers mailing list