|
|
VinaLC: Parallel Molecular Docking Program |
Biochemical and Biophysical Systems Group |
#include <boost/optional.hpp>#include "file.h"#include "tree.h"#include "matrix.h"#include "precalculate.h"#include "igrid.h"#include "grid_dim.h"

Go to the source code of this file.
Classes | |
| struct | interacting_pair |
| struct | ligand |
| struct | residue |
| struct | model |
Typedefs | |
| typedef std::vector < interacting_pair > | interacting_pairs |
| typedef std::pair< std::string, boost::optional< sz > > | parsed_line |
| typedef std::vector< parsed_line > | context |
| typedef strictly_triangular_matrix < distance_type > | distance_type_matrix |
Enumerations | |
| enum | distance_type { DISTANCE_FIXED, DISTANCE_ROTOR, DISTANCE_VARIABLE } |
| typedef std::vector<interacting_pair> interacting_pairs |
| typedef std::pair<std::string, boost::optional<sz> > parsed_line |
| typedef std::vector<parsed_line> context |
| enum distance_type |