Getting Started
Front Matter
Prerequisites
Licensing
Download the OpenEye C++ distribution
Installation
Toolkit Examples
Building Toolkit Projects
GCC Licensing
How to import the toolkits
Release Notes
Release Highlights 2018.Oct
Detailed Release Notes
Previous Release Highlights
Toolkit API
Release Cycle
OEChem Toolkit
Introduction
OEChem Theory
OESystem Theory
OEBio Theory
OEGrid Theory
Examples
OEChem API
OESystem API
OEPlatform API
OEMath API
OEBio API
Release Notes
Glossary and Bibliography
Indices and tables
OEDepict Toolkit
Introduction
Theory
Examples
Appendices
API
Release Notes
Glossary and Bibliography
Indices and Tables
Grapheme Toolkit
Introduction
Theory
Examples
API
Preliminary API
Release Notes
Indices and Tables
GraphSim Toolkit
Introduction
Theory
Examples
API
Release Notes
Glossary and Bibliography
Indices and Tables
Lexichem Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
OEMedChem Toolkit
Introduction
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
MolProp Tookit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
Quacpac Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
OEFF Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
OEDocking Toolkit
Introduction
Theory
API
Release Notes
Bibliography
Indices and Tables
Omega Toolkit
Theory
Examples
API
Preliminary API
Release Notes
Bibliography
Indices and Tables
Shape Toolkit
Theory
Examples
API
Deprecated API
Release Notes
Bibliography
Indices and Tables
Spicoli Toolkit
Theory
API
Release Notes
Glossary and Bibliography
Indices and Tables
Spruce Toolkit
Introduction
Theory
Examples
Preliminary API
Release Notes
Indices and Tables
Szmap Toolkit
Introduction
Theory and Examples
API
Release Notes
Bibliography
Indices and Tables
Szybki Toolkit
Theory
API
Examples
Release Notes
Bibliography
Indices and Tables
Zap Toolkit
Theory and Examples
API
Release Notes
Reference
FastROCS Toolkit
Introduction
Theory
Examples
Tutorials
API
Release Notes
Bibliography
Indices and Tables
Toolkits-2018.Oct.1-cpp
Docs
»
OEDepict Toolkit 2.4.1
»
Release Notes
»
OEDepict TK 2.2.1
OEDepict TK 2.2.1
¶
New features
¶
Added cubic Bézier drawing method to the following classes:
OEImageBase
OEImage
OEImageFrame
Added quadratic Bézier drawing method to the following classes:
OEImageBase
OEImage
OEImageFrame
Added rotation angle property to the
OEFont
class that allows to render text in various angles when calling the
OEImageBase::DrawText
method.
OEFont::GetRotationAngle
OEFont::SetRotationAngle
Major bug fixes
¶
When aligning a molecule to a template, atom clashes between the template atoms are ignored.
OEPrepareDepiction
will now suppress hydrogens even when 2D coordinates are not generated, i.e.,
clearcoords
=
false
.
Minor bug fixes
¶
Highlighting a single atom with the
OEHighlightStyle::Stick
will now work if that atom is bonded to a highlighted atom.
Fixed problem when the scaling of small molecules resulted in depicting atom labels outside the canvas.
Fixed problem that incorrectly positioned the “+” sign between reaction components introduced by the last
OEDepict TK
release, 2.2.0.
Documentation changes
¶
All images in this documentation were automatically regenerated to reflect the changes made since the previous release.