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