18 #ifndef __otbVisualizationPixelTraits_h
19 #define __otbVisualizationPixelTraits_h
37 template<
class TScalarTypeInput,
class TScalarTypeOutput>
43 template<
class TScalarTypeInput,
class TScalarTypeOutput>
50 template<
class TScalarTypeInput,
class TScalarTypeOutput>
57 template<
class TScalarTypeInput,
class TScalarTypeOutput>
61 if (in.
Size() >= 2) out[1] = in[1];
else out[1] = 0;
62 if (in.
Size() >= 3) out[2] = in[2];
else out[2] = 0;
66 template<
class TScalarTypeInput,
class TScalarTypeOutput>
75 template<
class TScalarTypeInput,
class TScalarTypeOutput>
79 if (in.
Size() >= 2) out[1] = in[1];
else out[1] = 0;
80 if (in.
Size() >= 3) out[2] = in[2];
else out[2] = 0;
84 template<
class TScalarTypeInput,
class TScalarTypeOutput>
94 template<
class TScalarTypeInput>
100 template<
class TScalarTypeInput>
106 template<
class TScalarTypeInput>
112 template<
class TScalarTypeInput>