00001 #ifndef vnl_double_2_h_ 00002 #define vnl_double_2_h_ 00003 // This is vxl/vnl/vnl_double_2.h 00004 //: \file 00005 // \brief 00006 // \author Andrew W. Fitzgibbon, Oxford RRG, 31 Dec 96 00007 00008 // Modifications: 00009 // Peter Vanroose, 25 June 1999: vnl_vector_fixed<double,2> already instantiated 00010 // 4/4/01 LSB (Manchester) Tidied documentation 00011 00012 #include <vnl/vnl_T_n.h> 00013 00014 //: class vnl_double_2 : a vnl_vector of 2 doubles. 00015 vnl_T_n_impl(double,2); 00016 00017 // Karen is right: there should not be any inline functions defined 00018 // here. they are provided in vnl_T_n.h in a generic way. fsm 00019 00020 #endif // vnl_double_2_h_