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