contrib/oxl/mvl/PairMatchMultiStrength.h
Go to the documentation of this file.
00001 // This is oxl/mvl/PairMatchMultiStrength.h
00002 #ifndef PairMatchMultiStrength_h_
00003 #define PairMatchMultiStrength_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 //  \file
00009 // \author
00010 //     Andrew W. Fitzgibbon, Oxford RRG, 16 Sep 96
00011 //-----------------------------------------------------------------------------
00012 
00013 #include "PairMatchMulti.h"
00014 
00015 //: not implemented
00016 class PairMatchMultiStrength : public PairMatchMulti
00017 {
00018  public:
00019   // Constructors/Destructors--------------------------------------------------
00020 
00021   PairMatchMultiStrength();
00022   PairMatchMultiStrength(const PairMatchMultiStrength& that);
00023  ~PairMatchMultiStrength();
00024 
00025   PairMatchMultiStrength& operator=(const PairMatchMultiStrength& that);
00026 };
00027 
00028 #endif // PairMatchMultiStrength_h_