#include <openbabel/pointgroup.h>
Public Member Functions | |
| OBPointGroup () | |
| ~OBPointGroup () | |
| void | Setup (OBMol *) |
| const char * | IdentifyPointGroup () |
Protected Attributes | |
| PointGroupPrivate * | d |
Brute-force point group symmetry perception.
This class performs brute-force point group symmetry perception to yield symmetry identifiers. In the future, this should provide optimized symmetry-derived coordinates as well.
| OBPointGroup | ( | ) |
| ~OBPointGroup | ( | ) |
| void Setup | ( | OBMol * | mol | ) |
Set the point group detection for this molecule.
| const char * IdentifyPointGroup | ( | ) |
PointGroupPrivate* d [protected] |