OEHydrogenStyle¶
This namespace contains constants that control how explicit and implicit hydrogen information is depicted.
See also
The OEHydrogenStyle
namespace contains the
following constants:
Default
The default hydrogen display style is the combination of
OEHydrogenStyle::ImplicitHetero
and
OEHydrogenStyle::ExplicitAll
.
See example in Figure: Example of the default hydrogens depiction.
ExplicitAll
Depicts all explicit hydrogens. See example in Figure: Example of depicting all explicit hydrogens.
ExplicitHetero
Depicts explicit hydrogens attached to hetero atoms. See example in Figure: Example of depicting explicit hydrogens attached to hetero atoms.
ExplicitTerminal
Depicts explicit hydrogens attached to terminal atoms. See example in Figure: Example of depicting explicit hydrogens attached to terminal atoms.
Hidden
No hydrogen information is displayed. See example in Figure: Example of hiding all hydrogens.
ImplicitAll
Depicts all implicit hydrogens. See example in Figure: Example of depicting all implicit hydrogens.
ImplicitHetero
Depicts implicit hydrogens attached to hetero atoms. See example in Figure: Example of depicting implicit hydrogens attached to hetero atoms.
ImplicitTerminal
Depicts implicit hydrogens attached to terminal atoms. See example in Figure: Example of depicting implicit hydrogens attached to terminal atoms.