vnl_float_4.h
Go to the documentation of this file.
1 // This is core/vnl/vnl_float_4.h
2 #ifndef vnl_float_4_h_
3 #define vnl_float_4_h_
4 //:
5 // \file
6 // \brief Contains class vnl_float_4
7 // \author Andrew W. Fitzgibbon, Oxford RRG
8 // \date 05 Aug 96
9 //
10 // \verbatim
11 // Modifications
12 // Peter Vanroose, 25 June 1999: vnl_vector_fixed<float,4> already instantiated
13 // \endverbatim
14 
15 #include <vnl/vnl_T_n.h>
16 
17 //: class vnl_float_4 : a vnl_vector of 4 floats.
18 vnl_T_n_impl(float,4);
19 
20 #endif // vnl_float_4_h_
vnl_T_n_impl(float, 4)
class vnl_float_4 : a vnl_vector of 4 floats.