Skip to content
Snippets Groups Projects
Commit 1b3c63a8 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: ImageType::ValueType seems to have change in ITK 3.8. replacing our...

COMP: ImageType::ValueType seems to have change in ITK 3.8. replacing our ValueType by InternalPixelType.
parent a865959a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment