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
core
scoring
rna
chemical_shift
RNA_CS_RingCurrent.hh
Go to the documentation of this file.
1
// (c) Copyright Rosetta Commons Member Institutions.
2
// (c) This file is part of the Rosetta software suite and is made available under license.
3
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6
7
8
/// @file core/scoring/rna/chemical_shift/RNA_CS_RingCurrent.hh
9
/// @brief
10
/// @author Parin Sripakdeevong (sripakpa@stanford.edu)
11
12
13
14
#ifndef INCLUDED_core_scoring_rna_chemical_shift_RNA_CS_RingCurrent_HH
15
#define INCLUDED_core_scoring_rna_chemical_shift_RNA_CS_RingCurrent_HH
16
17
#include <
core/types.hh
>
18
19
#include <
core/conformation/Residue.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <
core/id/AtomID.fwd.hh
>
22
23
#include <
core/scoring/rna/chemical_shift/RNA_CS_Parameters.hh
>
24
25
//////////////////////////////////////////////////////////////////////////////////
26
//////////////////////////////////////////////////////////////////////////////////
27
//////////////////////////////////////////////////////////////////////////////////
28
29
namespace
core {
30
namespace
scoring {
31
namespace
rna {
32
namespace
chemical_shift {
33
34
35
numeric::xyzVector<core::Real>
36
ring_pos
(conformation::Residue
const
& rsd, RNA_CS_residue_parameters
const
& rna_cs_rsd_params,
core::Size
const
ring_ID);
//NOTE: ONLY INCLUDE HEAVY ATOMS (no hydrogens!)
37
38
39
core::Real
40
ring_current_effect
(
numeric::xyzVector<core::Real>
const
& atom_xyz, conformation::Residue
const
& source_rsd, RNA_CS_residue_parameters
const
& rna_cs_rsd_params);
41
42
numeric::xyzVector<core::Real>
43
get_ring_current_deriv
(
numeric::xyzVector<core::Real>
const
& CS_data_atom_xyz,
44
conformation::Residue
const
& source_rsd,
45
core::Size
const
source_ring_ID,
46
RNA_CS_residue_parameters
const
& source_rsd_CS_params);
47
48
49
}
// chemical_shift
50
}
// rna
51
}
// scoring
52
}
// core
53
54
#endif
Generated on Sat Jun 1 2013 11:39:54 for Rosetta 3.5 by
1.8.4