2D depiction of molecules using OBPainter. More...
#include <openbabel/mol.h>
#include <openbabel/alias.h>
#include <openbabel/depict/depict.h>
#include <openbabel/depict/painter.h>
#include <algorithm>
#include <iterator>
#include <openbabel/stereo/stereo.h>
#include <iostream>
Namespaces | |
namespace | OpenBabel |
Enumerations | |
enum | { TopLeft = 1, TopCenter = 2, TopRight = 3, CenterLeft = 4, Center = 5, CenterRight = 6, BottomLeft = 7, BottomCenter = 8, BottomRight = 9 } |
Functions | |
int | GetLabelAlignment (OBAtom *atom) |
unsigned int | GetAtomSymClass (OBAtom *atom) |
2D depiction of molecules using OBPainter.