SimpleITK  
sitkInternalUtilities.h
Go to the documentation of this file.
1#ifndef sitkInternalUtilities_h
2#define sitkInternalUtilities_h
3
4#include "Ancillary/type_list2.h"
5
6namespace itk::simple
7{
8
13using FloatPixelIDTypeList = typelist2::typelist<BasicPixelID<float>>;
14
15} // namespace itk::simple
16
17#endif
typelist2::typelist< BasicPixelID< float > > FloatPixelIDTypeList