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 //: not implemented
00014 
00015 class PairMatchMultiStrength : public PairMatchMulti
00016 {
00017  public:
00018   // Constructors/Destructors--------------------------------------------------
00019 
00020   PairMatchMultiStrength();
00021   PairMatchMultiStrength(const PairMatchMultiStrength& that);
00022  ~PairMatchMultiStrength();
00023 
00024   PairMatchMultiStrength& operator=(const PairMatchMultiStrength& that);
00025 };
00026 
00027 #endif // PairMatchMultiStrength_h_