00001 #ifndef vnl_int_4_h_ 00002 #define vnl_int_4_h_ 00003 // This is vxl/vnl/vnl_int_4.h 00004 00005 //: \file 00006 // \brief 00007 // \author Andrew W. Fitzgibbon, Oxford RRG, 31 Aug 96 00008 00009 // 00010 // Modifications: 00011 // Peter Vanroose, 21 Oct 1999: vnl_vector_fixed<int,4> already instantiated 00012 // 4/4/01 LSB (Manchester) Tidied documentation 00013 00014 #include <vnl/vnl_T_n.h> 00015 00016 //: class vnl_int_4 : a vnl_vector of 4 ints. 00017 vnl_T_n_impl(int,4); 00018 00019 #endif // vnl_int_4_h_