Chemical Data Processing Library C++ API - Version 1.4.0
Namespaces | Variables
NitrogenEnumerationMode.hpp File Reference

Definition of constants in namespace CDPL::Confgen::NitrogenEnumerationMode. More...

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::ConfGen
 Contains classes and functions related to conformer ensemble generation.
 
 CDPL::ConfGen::NitrogenEnumerationMode
 Provides constants for specifying the mode of invertible nitrogen enumeration.
 

Variables

const int CDPL::ConfGen::NitrogenEnumerationMode::NONE = 0
 Do not enumerate invertible nitrogens. More...
 
const int CDPL::ConfGen::NitrogenEnumerationMode::ALL = 1
 Enumerate all invertible nitrogens. More...
 
const int CDPL::ConfGen::NitrogenEnumerationMode::UNSPECIFIED_STEREO = 2
 Enumerate only those invertible nitrogens whose configuration has not been explicitly specified. More...
 

Detailed Description

Definition of constants in namespace CDPL::Confgen::NitrogenEnumerationMode.