| 82 | } |
| 83 | |
| 84 | std::string |
| 85 | HashImageFilter::Execute(const Image & image) |
| 86 | { |
| 87 | |
| 88 | PixelIDValueEnum type = image.GetPixelID(); |
| 89 | unsigned int dimension = image.GetDimension(); |
| 90 | |
| 91 | return GetMemberFunctionFactory().GetMemberFunction(type, dimension, this)(image); |
| 92 | } |
| 93 | |
| 94 | template <class TLabelImageType> |
| 95 | std::string |