core/vnl/vnl_identity_3x3.h
Go to the documentation of this file.
00001 // This is core/vnl/vnl_identity_3x3.h
00002 #ifndef vnl_identity_3x3_h_
00003 #define vnl_identity_3x3_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \brief Contains class vnl_identity_3x3
00010 // \author Andrew W. Fitzgibbon, Oxford RRG
00011 // \date   30 Nov 96
00012 //
00013 // \verbatim
00014 //  Modifications
00015 //   LSB (Manchester) 23/3/01 tidied documentation
00016 // \endverbatim
00017 //-----------------------------------------------------------------------------
00018 
00019 #include <vnl/vnl_double_3x3.h>
00020 
00021 struct vnl_identity_3x3 : public vnl_double_3x3
00022 {
00023   vnl_identity_3x3() { set_identity(); }
00024 };
00025 
00026 #endif // vnl_identity_3x3_h_