2D depiction of molecules using OBPainter.
More...
#include <openbabel/depict/depict.h>
List of all members.
Detailed Description
2D depiction of molecules using OBPainter.
- Since:
- version 2.3
Member Enumeration Documentation
- Enumerator:
AtomId |
|
AtomIndex |
|
AtomSymmetryClass |
|
AtomValence |
|
AtomTetrahedralStereo |
|
- Enumerator:
bwAtoms |
|
internalColor |
|
drawTermC |
|
drawAllC |
|
genWedgeHash |
|
Constructor & Destructor Documentation
Member Function Documentation
bool DrawMolecule |
( |
OBMol * |
mol ) |
|
Draw mol
using the painter previously stored in the constructor.
- Returns:
- True if successful.
d->drawTerminalC)
Draw atom labels of a specified type
.
- Returns:
- True if successful.
void SetBondLength |
( |
double |
length ) |
|
double GetBondLength |
( |
) |
const |
void SetPenWidth |
( |
double |
length ) |
|
double GetPenWidth |
( |
) |
const |
void SetBondSpacing |
( |
double |
spacing ) |
|
double GetBondSpacing |
( |
) |
const |
void SetBondWidth |
( |
double |
width ) |
|
double GetBondWidth |
( |
) |
const |
void SetOption |
( |
unsigned |
opts ) |
|
unsigned GetOptions |
( |
) |
const |
void SetFontFamily |
( |
const std::string & |
family ) |
|
const std::string & GetFontFamily |
( |
) |
const |
void SetFontSize |
( |
int |
pointSize, |
|
|
bool |
subscript = false |
|
) |
| |
int GetFontSize |
( |
bool |
subscript = false ) |
const |
void SetAliasMode |
( |
bool |
b = true ) |
|
void SetBondColor |
( |
const std::string & |
scolor ) |
|
The documentation for this class was generated from the following files: