OEDepictOrientation¶
This namespace contains constants that control the preferred orientation
of the 2D coordinates when calling the OEPrepareDepiction
function.
See also
The OEDepictOrientation
namespace contains the
following constants:
Default
The default orientation is
OEDepictOrientation::Original
.
Horizontal
The orientation of the 2D coordinates is changed in order to maximize
the scaling of the molecule for horizontal images.
See example above of depicting molecules with
OEDepictOrientation::Default
and
OEDepictOrientation::Horizontal
orientations.
Original
No-op i.e the orientation of the 2D coordinates are not optimized in order to maximize the molecule scaling.
Square
The orientation of the 2D coordinates is changed in order to maximize
the scaling of the molecule for square images.
See example above of depicting molecules with
OEDepictOrientation::Default
and
OEDepictOrientation::Square
orientations.
Vertical
The orientation of the 2D coordinates is changed in order to maximize
the scaling of the molecule for vertical images.
See example above of depicting molecules with
OEDepictOrientation::Default
and
OEDepictOrientation::Vertical
orientations.