Open Babel
3.0
|
#include <openbabel/babelconfig.h>
#include <openbabel/math/vector3.h>
#include <openbabel/base.h>
#include <openbabel/mol.h>
#include <iosfwd>
#include <algorithm>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | OBGrid |
class | OBFloatGrid |
class | OBProxGrid |
class | OBScoreGrid |
Namespaces | |
OpenBabel | |
Macros | |
#define | OBPolarGrid 0x01 /* polar interactions? */ |
#define | OBLipoGrid 0x02 /* lipophilicity? */ |
Enumerations | |
enum | score_t { Undefined = -1, PLP, ChemScore } |
Handle grids of values.
#define OBPolarGrid 0x01 /* polar interactions? */ |
Referenced by OBProxGrid::PolarGrid().
#define OBLipoGrid 0x02 /* lipophilicity? */ |
Referenced by OBProxGrid::LipoGrid().