diff --git a/Components/Metrics/StatisticalShapePenalty/elxStatisticalShapePenalty.hxx b/Components/Metrics/StatisticalShapePenalty/elxStatisticalShapePenalty.hxx index c46e8fd28..047640295 100644 --- a/Components/Metrics/StatisticalShapePenalty/elxStatisticalShapePenalty.hxx +++ b/Components/Metrics/StatisticalShapePenalty/elxStatisticalShapePenalty.hxx @@ -351,8 +351,8 @@ StatisticalShapePenalty::ReadShape(const std::string & typename PointSetType::Pointer & pointSet, const typename ImageType::ConstPointer image) { - /** Typedef's. \todo test DummyIPPPixelType=bool. */ - using DummyIPPPixelType = double; + /** Typedef's. */ + using DummyIPPPixelType = unsigned char; using MeshTraitsType = DefaultStaticMeshTraits; using MeshType = Mesh; diff --git a/Core/ComponentBaseClasses/elxTransformBase.hxx b/Core/ComponentBaseClasses/elxTransformBase.hxx index 92376fc3c..f357cc48b 100644 --- a/Core/ComponentBaseClasses/elxTransformBase.hxx +++ b/Core/ComponentBaseClasses/elxTransformBase.hxx @@ -860,8 +860,8 @@ template void TransformBase::TransformPointsSomePointsVTK(const std::string & filename) const { - /** Typedef's. \todo test DummyIPPPixelType=bool. */ - using DummyIPPPixelType = float; + /** Typedef's. */ + using DummyIPPPixelType = unsigned char; using MeshTraitsType = itk::DefaultStaticMeshTraits; using MeshType = itk::Mesh;