Brute-force point group detection. More...
#include <openbabel/babelconfig.h>#include <openbabel/mol.h>#include <openbabel/atom.h>#include <openbabel/pointgroup.h>#include <iostream>#include <string>#include <math.h>Namespaces | |
| namespace | OpenBabel |
Defines | |
| #define | DIMENSION 3 |
| #define | MAXPARAM 7 |
| #define | PointGroupsCount (sizeof(PointGroups)/sizeof(POINT_GROUP)) |
Variables | |
| POINT_GROUP | PointGroups [] |
Brute-force point group detection.
| #define DIMENSION 3 |
| #define MAXPARAM 7 |
| #define PointGroupsCount (sizeof(PointGroups)/sizeof(POINT_GROUP)) |