Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DesignContrast.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 // :noTabs=false:tabSize=4:indentSize=4:
4 //
5 // (c) Copyright Rosetta Commons Member Institutions.
6 // (c) This file is part of the Rosetta software suite and is made available under license.
7 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
8 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
9 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
10 // (C) 199x-2008 University of Washington
11 // (C) 199x-2008 University of California Santa Cruz
12 // (C) 199x-2008 University of California San Francisco
13 // (C) 199x-2008 Johns Hopkins University
14 // (C) 199x-2008 University of North Carolina, Chapel Hill
15 // (C) 199x-2008 Vanderbilt University
16 
17 /// @file core/io/sequence_comparation/DesignContrast.fwd.hh
18 ///
19 /// @brief
20 /// @author Yi Liu
21 
22 #ifndef INCLUDED_core_io_sequence_comparation_DesignContrast_fwd_hh
23 #define INCLUDED_core_io_sequence_comparation_DesignContrast_fwd_hh
24 
25 
26 // C++ headers
27 // AUTO-REMOVED #include <fstream>
28 #include <iostream>
29 
30 namespace core {
31 namespace io {
32 namespace sequence_comparation {
33 
34  class DesignContrast;
35 
36 
37 } // namespace sequence_comparation
38 } // namespace io
39 } // namespace core
40 
41 
42 #endif // INCLUDED_core_io_sequence_comparation_DesignContrst_FWD_HH