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 
6 namespace itk::simple {
7 
12 using FloatPixelIDTypeList = typelist2::typelist<BasicPixelID<float>>;
13 
14 }
15 
16 #endif
itk::simple::FloatPixelIDTypeList
typelist2::typelist< BasicPixelID< float > > FloatPixelIDTypeList
Definition: sitkInternalUtilities.h:12
itk::simple
Definition: sitkAdditionalProcedures.h:28