core/vnl/vnl_float_4.h
Go to the documentation of this file.
00001 // This is core/vnl/vnl_float_4.h
00002 #ifndef vnl_float_4_h_
00003 #define vnl_float_4_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \brief Contains class vnl_float_4
00010 // \author Andrew W. Fitzgibbon, Oxford RRG
00011 // \date   05 Aug 96
00012 //
00013 // \verbatim
00014 //  Modifications
00015 //   Peter Vanroose, 25 June 1999: vnl_vector_fixed<float,4> already instantiated
00016 // \endverbatim
00017 
00018 #include <vnl/vnl_T_n.h>
00019 
00020 //: class vnl_float_4 : a vnl_vector of 4 floats.
00021 vnl_T_n_impl(float,4);
00022 
00023 #endif // vnl_float_4_h_