Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_identity_3x3.h

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

Generated at Fri May 21 01:15:48 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000