Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ReportPSSMDifference.fwd.hh
Go to the documentation of this file.
1 //
2 // (c) Copyright Rosetta Commons Member Institutions.
3 // (c) This file is part of the Rosetta software suite and is made available under license.
4 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
5 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
6 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
7 
8 /// @file devel/protein_interface_design/ReportPSSMDifference.fwd.hh
9 /// @brief calculation of the difference in PSSM score between mutated and native pose
10 /// @author Hermann Zellner (hermann1.zellner@biologie.uni-regensburg.de)
11 
12 #ifndef INCLUDED_protocols_protein_interface_design_ReportPSSMDifference_fwd_hh
13 #define INCLUDED_protocols_protein_interface_design_ReportPSSMDifference_fwd_hh
14 
15 namespace protocols {
16 namespace protein_interface_design {
17 
18 
19 class ReportPSSMDifferences;
20 
21 } // protein_interface_design
22 } // protocols
23 
24 
25 #endif /* INCLUDED_protocols_protein_interface_design_REPORTPSSMDIFFERENCE_FWD_HH_ */