core/vnl/vnl_int_4.h
Go to the documentation of this file.
00001 // This is core/vnl/vnl_int_4.h
00002 #ifndef vnl_int_4_h_
00003 #define vnl_int_4_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \brief  alias for vnl_vector_fixed<int,4>
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,4> already instantiated
00016 // \endverbatim
00017 
00018 #include <vnl/vnl_T_n.h>
00019 
00020 //: class vnl_int_4 : a vnl_vector of 4 ints.
00021 vnl_T_n_impl(int,4);
00022 
00023 #endif // vnl_int_4_h_