From 1b3c63a8cd4695045fe9adff47603cf52244bbcf Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@c-s.fr> Date: Mon, 8 Sep 2008 09:17:40 +0000 Subject: [PATCH] COMP: ImageType::ValueType seems to have change in ITK 3.8. replacing our ValueType by InternalPixelType. --- .../otbPointSetWithTransformToDeformationFieldGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/DisparityMap/otbPointSetWithTransformToDeformationFieldGenerator.h b/Code/DisparityMap/otbPointSetWithTransformToDeformationFieldGenerator.h index c98cb16a81..fa2b39a321 100644 --- a/Code/DisparityMap/otbPointSetWithTransformToDeformationFieldGenerator.h +++ b/Code/DisparityMap/otbPointSetWithTransformToDeformationFieldGenerator.h @@ -57,7 +57,7 @@ class ITK_EXPORT PointSetWithTransformToDeformationFieldGenerator typedef typename DeformationFieldType::SizeType SizeType; typedef typename DeformationFieldType::SpacingType SpacingType; typedef typename DeformationFieldType::PointType PointType; - typedef typename DeformationFieldType::ValueType ValueType; + typedef typename DeformationFieldType::InternalPixelType ValueType; /** More typedefs */ typedef typename Superclass::DistanceVectorType DistanceVectorType; -- GitLab