Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bb_independent_rotamers.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 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @file core/pack/rotamer_set/bb_independent_rotamers.cc
11 /// @brief build rotamers for residue type given neutral beckbone
12 /// @author Florian Ricter (floric@uw.edu)
13 
14 #ifndef INCLUDED_core_pack_rotamer_set_bb_independent_rotamers_hh
15 #define INCLUDED_core_pack_rotamer_set_bb_independent_rotamers_hh
16 
19 #include <utility/vector1.hh>
20 
21 namespace core {
22 namespace pack {
23 namespace rotamer_set {
24 
25 
26 /// @brief a crude function to spit out a list of rotamers
27 /// given the residue type only, independent of backbone
28 /// currently there is no proper way of doing this, since
29 /// the Dunbrack bbind library is not implemented in rosetta.
30 /// this function tries to circumvent that by constructing
31 /// a one residue pose and then using the regular dunbrack
32 /// library, which will use neutral phi/psi for the only
33 /// residue in the pose
34 /// the bool ignore_cmdline can be used if someone only
35 /// wants base inverse rotamers but use the full set
36 /// in packing
40  bool ignore_cmdline = false
41 );
42 
43 
44 } // namespace
45 } // namespace
46 } // namespace
47 
48 
49 #endif // INCLUDED_core_pack_rotamer_set_bb_independent_rotamers_hh