#include <PCA.hh>
|
| void | read_structure (std::istream &data, core::pose::Pose const &pose, IndexVector &ind, CoordVector &x, std::string endtag) |
| | helper to read_eigvec_file: reads a protein structure from input file More...
|
| |
| void | fill_coordinates (core::pose::Pose const &pose, IndexVector const &ind, CoordVector &x) |
| | helper of eval: get the coordinates of interest from pose More...
|
| |
| void | reset_x (core::Size n, CoordVector &x, rvec trans) |
| |
| void | jacobi (core::Real a[6][6], core::Real d[], core::Real v[6][6], int *nrot) |
| |
| void | calc_fit_R (int natoms, rvec *xp, rvec const *x, matrix R) |
| |
| void | rotate_vec (int natoms, rvec *x, matrix R) |
| |
| void | add_vec (int natoms, rvec *x, rvec const transvec) |
| |
| void | oprod (const rvec a, const rvec b, rvec c) |
| |
| typedef core::Real protocols::evaluation::PCA::matrix[3][3] |
|
private |
| typedef core::Real protocols::evaluation::PCA::rvec[3] |
|
private |
| protocols::evaluation::PCA::~PCA |
( |
| ) |
|
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
| void protocols::evaluation::PCA::add_vec |
( |
int |
natoms, |
|
|
rvec * |
x, |
|
|
rvec const |
transvec |
|
) |
| |
|
private |
| void protocols::evaluation::PCA::calc_fit_R |
( |
int |
natoms, |
|
|
rvec * |
xp, |
|
|
rvec const * |
x, |
|
|
matrix |
R |
|
) |
| |
|
private |
| void protocols::evaluation::PCA::oprod |
( |
const rvec |
a, |
|
|
const rvec |
b, |
|
|
rvec |
c |
|
) |
| |
|
private |
| void protocols::evaluation::PCA::read_eigvec_file |
( |
std::string |
fn, |
|
|
core::pose::Pose const & |
pose, |
|
|
int |
nvec = -1 |
|
) |
| |
read definition of PCA from file
| void protocols::evaluation::PCA::rotate_vec |
( |
int |
natoms, |
|
|
rvec * |
x, |
|
|
matrix |
R |
|
) |
| |
|
private |
| void protocols::evaluation::PCA::show |
( |
std::ostream & |
os | ) |
|
| ObjexxFCL::FArray3D< core::Real > protocols::evaluation::PCA::eigvec_ |
|
private |
The documentation for this class was generated from the following files:
- src/protocols/evaluation/PCA.hh
- src/protocols/evaluation/PCA.cc