Chemical Data Processing Library C++ API - Version 1.1.1
Variables
CDPL::Chem::MDLParity Namespace Reference

Provides constants that are used to specify the MDL stereo parity of atoms. More...

Variables

const unsigned int UNDEF = 0
 Specifies that the parity of the atom is undefined. More...
 
const unsigned int NONE = 0x1
 Specifies that the atom is not a stereogenic center and thus has no defined parity. More...
 
const unsigned int ODD = 0x2
 Specifies that the atom has an odd parity. More...
 
const unsigned int EVEN = 0x4
 Specifies that the atom has an even parity. More...
 
const unsigned int EITHER = 0x8
 Specifies that the atom is a stereogenic center but has no defined parity. More...
 

Detailed Description

Provides constants that are used to specify the MDL stereo parity of atoms.

Variable Documentation

◆ UNDEF

const unsigned int CDPL::Chem::MDLParity::UNDEF = 0

Specifies that the parity of the atom is undefined.

◆ NONE

const unsigned int CDPL::Chem::MDLParity::NONE = 0x1

Specifies that the atom is not a stereogenic center and thus has no defined parity.

◆ ODD

const unsigned int CDPL::Chem::MDLParity::ODD = 0x2

Specifies that the atom has an odd parity.

◆ EVEN

const unsigned int CDPL::Chem::MDLParity::EVEN = 0x4

Specifies that the atom has an even parity.

◆ EITHER

const unsigned int CDPL::Chem::MDLParity::EITHER = 0x8

Specifies that the atom is a stereogenic center but has no defined parity.