VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

grid_dim.h File Reference
#include <boost/array.hpp>
#include "common.h"
Include dependency graph for grid_dim.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  grid_dim
 

Typedefs

typedef boost::array< grid_dim, 3 > grid_dims
 

Functions

bool eq (const grid_dim &a, const grid_dim &b)
 
bool eq (const grid_dims &a, const grid_dims &b)
 
void print (const grid_dims &gd, std::ostream &out=std::cout)
 
vec grid_dims_begin (const grid_dims &gd)
 
vec grid_dims_end (const grid_dims &gd)
 

Typedef Documentation

typedef boost::array<grid_dim, 3> grid_dims

Function Documentation

bool eq ( const grid_dim a,
const grid_dim b 
)
inline

References grid_dim::begin, grid_dim::end, eq(), and grid_dim::n.

Here is the call graph for this function:

bool eq ( const grid_dims a,
const grid_dims b 
)
inline

References eq().

Here is the call graph for this function:

void print ( const grid_dims gd,
std::ostream &  out = std::cout 
)
inline

References VINA_FOR_IN.

vec grid_dims_begin ( const grid_dims gd)
inline

References VINA_FOR_IN.

Referenced by terms::evale(), and terms::evale_robust().

Here is the caller graph for this function:

vec grid_dims_end ( const grid_dims gd)
inline

References VINA_FOR_IN.

Referenced by terms::evale(), and terms::evale_robust().

Here is the caller graph for this function: