00001 // This is core/vnl/vnl_int_2.h 00002 #ifndef vnl_int_2_h_ 00003 #define vnl_int_2_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 //: 00008 // \file 00009 // \brief Contains class vnl_int_2 00010 // \author Andrew W. Fitzgibbon, Oxford RRG 00011 // \date 31 Aug 96 00012 // 00013 // \verbatim 00014 // Modifications 00015 // Peter Vanroose, 21 Oct 1999: vnl_vector_fixed<int,2> already instantiated 00016 // \endverbatim 00017 00018 #include <vnl/vnl_T_n.h> 00019 00020 //: class vnl_int_2 : a vnl_vector of 2 ints. 00021 vnl_T_n_impl(int,2); 00022 00023 #endif // vnl_int_2_h_