IMP Reference Guide
2.7.0
The Integrative Modeling Platform
|
#include <IMP/kinematics/directional_DOFs.h>
this is a linear one.
Definition at line 22 of file directional_DOFs.h.
Public Member Functions | |
DirectionalDOF (const DOFs &dofs) | |
DOFValues | get_dofs_values () |
double | get_value () const |
void | operator++ (int) |
void | operator-- (int) |
void | set_end_points (const DOFValues &q1, const DOFValues &q2) |
void | show (std::ostream &out=std::cout) const |
Protected Attributes | |
DOFValues | current_delta_ |
int | current_step_number_ |
double | delta_ |
DOFs | dofs_ |
DOFValues | endpoint1_ |
DOFValues | endpoint2_ |
int | step_number_ |
double | value_ |