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

vnl_double_2.h

Go to the documentation of this file.
00001 #ifndef vnl_double_2_h_
00002 #define vnl_double_2_h_
00003 // This is vxl/vnl/vnl_double_2.h
00004 //: \file
00005 //  \brief
00006 //  \author Andrew W. Fitzgibbon, Oxford RRG, 31 Dec 96
00007 
00008 // Modifications:
00009 //   Peter Vanroose, 25 June 1999: vnl_vector_fixed<double,2> already instantiated
00010 //   4/4/01 LSB (Manchester) Tidied documentation
00011 
00012 #include <vnl/vnl_T_n.h>
00013 
00014 //: class vnl_double_2 : a vnl_vector of 2 doubles.
00015 vnl_T_n_impl(double,2);
00016 
00017 // Karen is right: there should not be any inline functions defined
00018 // here. they are provided in vnl_T_n.h in a generic way. fsm
00019 
00020 #endif // vnl_double_2_h_

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