#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 (Size n, CoordVector &x, rvec trans) |
|
void | jacobi (double a[6][6], double d[], double 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 transvec) |
|
void | oprod (const rvec a, const rvec b, rvec c) |
|
protocols::evaluation::PCA::~PCA |
( |
| ) |
|
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
void protocols::evaluation::PCA::add_vec |
( |
int |
natoms, |
|
|
rvec * |
x, |
|
|
rvec |
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::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 |
Size protocols::evaluation::PCA::nfit_ |
|
private |
Size protocols::evaluation::PCA::npca_ |
|
private |
Size protocols::evaluation::PCA::nvec_ |
|
private |
The documentation for this class was generated from the following files:
- src/protocols/evaluation/PCA.hh
- src/protocols/evaluation/PCA.cc