| 54 | // Returns true iff there is a mapping from the type specified by the template argument to the function argument. |
| 55 | template <typename TPixel> |
| 56 | bool |
| 57 | IsTypeMapping(const itk::IOComponentEnum componentEnum) |
| 58 | { |
| 59 | return itk::ImageIOBase::MapPixelType<TPixel>::CType == componentEnum; |
| 60 | } |
| 61 | |
| 62 | |
| 63 | // Expects that the component type specified by the function argument has the same type traits as the first template |
nothing calls this directly
no outgoing calls
no test coverage detected