QwAnalysis
QwForcedBridging.h
Go to the documentation of this file.
1 /*! \file QwForcedBridging.h
2  * \brief Definition of the forced bridging method
3  *
4  * \author Wouter Deconinck <wdconinc@mit.edu>
5  * \date 2010-01-23
6  */
7 
8 #ifndef QWFORCEDBRIDGING_H
9 #define QWFORCEDBRIDGING_H
10 
11 // Qweak headers
12 #include "VQwBridgingMethod.h"
13 
15 
16  public:
17 
18  /// \brief Default constructor
20  /// \brief Destructor
21  virtual ~QwForcedBridging();
22 
23  private:
24 
25 }; // class QwForcedBridging
26 
27 #endif // QWFORCEDBRIDGING_H
QwForcedBridging()
Default constructor.
virtual ~QwForcedBridging()
Destructor.
Interface to the various bridging methods.
Definition of the bridging method interface.