OEHighlightStyle

This namespace contains constants representing various styles of highlighting.

See also

The OEHighlightStyle namespace contains the following constants:

Default

The default highlighting style is OEHighlightStyle::Color.

BallAndStick

See example in Figure: Example of highlighting using the ‘ball and stick’ style.

  • Atoms are highlighted by depicting spheres underneath them.

  • Bonds are highlighted by depicting sticks underneath them.

../../_images/OEHighlightStyle_BallAndStick.png

Example of highlighting using the ‘ball and stick’ style

The radius of the spheres and the width of the sticks are automatically scaled with the molecule. See example in Figure: Example of scaling the ‘ball and stick’ style highlighting along with the molecule.

../../_images/HighlightScaling_BallAndStick.png

Example of scaling the ‘ball and stick’ style highlighting along with the molecule

See also

Color

See example in Figure: Example of highlighting using the ‘color’ style.

../../_images/OEHighlightStyle_Color.png

Example of highlighting using the ‘color’ style

../../_images/HighlightingIsolatedAtoms_Color.png

Example of highlighting isolated atoms using the ‘color’ style

See also

Cogwheel

See example in Figure: Example of highlighting using the ‘cogwheel’ style.

../../_images/OEHighlightStyle_Cogwheel.png

Example of highlighting using the ‘cogwheel’ style

The radius of the spheres and the width of the sticks are automatically scaled with the molecule. See example in Figure: Example of scaling the ‘cogwheel’ style highlighting along with the molecule.

../../_images/HighlightScaling_Cogwheel.png

Example of scaling the ‘cogwheel’ style highlighting along with the molecule

See also

Lasso

See example in Figure: Example of highlighting using the ‘lasso’ style.

Atoms and bond are highlighted by drawing a “curved” convex hull around them.

../../_images/OEHighlightStyle_Lasso.png

Example of highlighting using the ‘lasso’ style

The width of “lasso” line is automatically scaled with the molecule. See example in Figure: Example of scaling the ‘lasso’ style highlighting along with the molecule.

../../_images/HighlightScaling_Lasso.png

Example of scaling the ‘lasso’ style highlighting along with the molecule

See also

Stick

See example in Figure: Example of highlighting using the ‘stick’ style.

../../_images/OEHighlightStyle_Stick.png

Example of highlighting using the ‘stick’ style

../../_images/HighlightingIsolatedAtoms_Stick.png

Example of highlighting isolated atoms using the ‘stick’ style

The width of the sticks is automatically scaled with the molecule. See example in Figure: Example of scaling the ‘stick’ style highlighting along with the molecule.

../../_images/HighlightScaling_Stick.png

Example of scaling the ‘stick’ style highlighting along with the molecule

See also