VinaLC: Parallel Molecular Docking Program |
Biochemical and Biophysical Systems Group |
#include <tree.h>
Public Member Functions | |
tree (const T &node_) | |
void | set_conf (const frame &parent, const atomv &atoms, vecv &coords, flv::const_iterator &c) |
vecp | derivative (const vecv &coords, const vecv &forces, flv::iterator &p) const |
Public Attributes | |
T | node |
std::vector< tree< T > > | children |
|
inline |
References branches_set_conf(), tree< T >::children, and tree< T >::node.
|
inline |
References branches_derivative(), tree< T >::children, and tree< T >::node.
T tree< T >::node |
Referenced by tree< T >::derivative(), and tree< T >::set_conf().
std::vector< tree<T> > tree< T >::children |
Referenced by tree< T >::derivative(), and tree< T >::set_conf().