37 struct IsNumber : FalseType
42 struct IsNumber<unsigned char> : TrueType
45 struct IsNumber<signed char> : TrueType
48 struct IsNumber<unsigned short int> : TrueType
51 struct IsNumber<signed short int> : TrueType
54 struct IsNumber<signed int> : TrueType
57 struct IsNumber<unsigned int> : TrueType
60 struct IsNumber<signed long int> : TrueType
63 struct IsNumber<unsigned long int> : TrueType
66 struct IsNumber<signed long long int> : TrueType
69 struct IsNumber<unsigned long long int> : TrueType
72 struct IsNumber<float> : TrueType
75 struct IsNumber<double> : TrueType
78 struct IsNumber<long double> : TrueType
86 #endif // itkIsNumber_h