37struct IsNumber : FalseType
42struct IsNumber<unsigned char> : TrueType
45struct IsNumber<signed char> : TrueType
48struct IsNumber<unsigned short> : TrueType
51struct IsNumber<short> : TrueType
54struct IsNumber<int> : TrueType
57struct IsNumber<unsigned int> : TrueType
60struct IsNumber<long> : TrueType
63struct IsNumber<unsigned long> : TrueType
66struct IsNumber<long long> : TrueType
69struct IsNumber<unsigned long long> : TrueType
72struct IsNumber<float> : TrueType
75struct IsNumber<double> : TrueType
78struct IsNumber<long double> : TrueType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....