IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
A class that holds DOF values for DOFs. More...
#include <IMP/kinematics/DOFValues.h>
Inherits std::vector< T >.
A class that holds DOF values for DOFs.
Definition at line 23 of file DOFValues.h.
Public Member Functions | |
DOFValues (const DOFs &dofs) | |
Constructor from DOFs. More... | |
DOFValues () | |
Empty Constructor. More... | |
double | get_distance (const DOFValues &other_dof_values) const |
double | get_distance (const DOFValues &other_dof_values, const std::vector< bool > &active_dofs) const |
double | get_distance2 (const DOFValues &other_dof_values) const |
double | get_distance2 (const DOFValues &other_dof_values, const std::vector< bool > &active_dofs) const |
void | show (std::ostream &out=std::cout) const |
IMP::kinematics::DOFValues::DOFValues | ( | const DOFs & | dofs | ) |
Constructor from DOFs.
Definition at line 26 of file DOFValues.h.
IMP::kinematics::DOFValues::DOFValues | ( | ) |
Empty Constructor.
Definition at line 33 of file DOFValues.h.