While trying to compile this project against the latest VTK (v7.1.0), I ran into a compile error with vtkstd being used. It appears that this has been deprecated and should probably be changed to the regular std namespace. Doing so in VolumeProcessing/vtkOOCMetaImageReader.cxx made the build pass again.
While trying to compile this project against the latest VTK (v7.1.0), I ran into a compile error with
vtkstd
being used. It appears that this has been deprecated and should probably be changed to the regularstd
namespace. Doing so inVolumeProcessing/vtkOOCMetaImageReader.cxx
made the build pass again.