Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
protocols
forge
methods
fragment_functions.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 protocols/forge/methods/fragment_functions.hh
11
/// @brief methods for manipulating fragments
12
/// @author Yih-En Andrew Ban (yab@u.washington.edu)
13
14
#ifndef INCLUDED_protocols_forge_methods_fragment_functions_hh
15
#define INCLUDED_protocols_forge_methods_fragment_functions_hh
16
17
// type headers
18
#include <
core/types.hh
>
19
20
// project headers
21
#include <
core/fragment/ConstantLengthFragSet.fwd.hh
>
22
// AUTO-REMOVED #include <core/fragment/FrameIterator.hh>
23
24
#include <
core/fragment/FrameIterator.fwd.hh
>
25
26
27
28
namespace
protocols {
29
namespace
forge {
30
namespace
methods {
31
32
33
/// @brief create small-mers from large-mers
34
/// @param[in] all_possible_smallmers Default false. If true, grab all
35
/// possible smallmers using every possible starting position in a largemer
36
/// (you could end up with a *lot* of fragments per position). If false,
37
/// grab smallmers using only the first position of a largemer as the starting
38
/// position.
39
core::fragment::ConstantLengthFragSetOP
40
smallmer_from_largemer
(
41
core::fragment::FrameIterator
begin,
42
core::fragment::FrameIterator
end
,
43
core::Size
const
smallmer_size = 1,
44
bool
const
all_possible_smallmers =
false
45
);
46
47
48
}
// methods
49
}
// forge
50
}
// protocols
51
52
53
#endif
/* INCLUDED_protocols_forge_methods_fragment_functions_HH */
Generated on Sat Jun 1 2013 11:52:00 for Rosetta 3.5 by
1.8.4