Class to compute Spectrophores™. More...
#include <set>
#include <openbabel/mol.h>
Go to the source code of this file.
Classes | |
class | OBSpectrophore |
Class to compute Spectrophores™. More... | |
Namespaces | |
namespace | OpenBabel |
Defines | |
#define | MIN(x, y) (((x) < (y)) ? (x) : (y)) |
#define | MAX(x, y) (((x) > (y)) ? (x) : (y)) |
#define | N_PROPERTIES 4 |
Class to compute Spectrophores™.
#define MIN | ( | x, | |
y | |||
) | (((x) < (y)) ? (x) : (y)) |
Referenced by OBSpectrophore::_getBox(), and OBSpectrophore::_updateSpectrophore().
#define MAX | ( | x, | |
y | |||
) | (((x) > (y)) ? (x) : (y)) |
Referenced by OBSpectrophore::_getBox().
#define N_PROPERTIES 4 |