vil_rgba.hxx
Go to the documentation of this file.
1 // This is core/vil/vil_rgba.hxx
2 #ifndef vil_rgba_hxx_
3 #define vil_rgba_hxx_
4 
5 //-*- c++ -*-------------------------------------------------------------------
6 //
7 // vil_rgba
8 // Author: Philip C. Pritchett, RRG, University of Oxford
9 // Created: 12 Nov 99
10 //
11 //-----------------------------------------------------------------------------
12 
13 #include "vil_rgba.h"
14 
15 #undef VIL_RGBA_INSTANTIATE
16 #define VIL_RGBA_INSTANTIATE(T) \
17 template struct vil_rgba<T >
18 
19 #endif // vil_rgba_hxx_
Templated four-value colour cell.