Chemical Data Processing Library C++ API - Version 1.2.0
Variables
CDPL::Chem::MDLDataFormatVersion Namespace Reference

Provides constants that are used to specify the connection table and Rxn-File version for the I/O of molecular graphs and reactions in MDL format [CTFILE]. More...

Variables

constexpr unsigned int UNDEF = 0
 Specifies that the data format version is undefined. More...
 
constexpr unsigned int V2000 = 2000
 Specifies the data format version V2000. More...
 
constexpr unsigned int V3000 = 3000
 Specifies the extended data format version V3000. More...
 

Detailed Description

Provides constants that are used to specify the connection table and Rxn-File version for the I/O of molecular graphs and reactions in MDL format [CTFILE].

Variable Documentation

◆ UNDEF

constexpr unsigned int CDPL::Chem::MDLDataFormatVersion::UNDEF = 0
constexpr

Specifies that the data format version is undefined.

◆ V2000

constexpr unsigned int CDPL::Chem::MDLDataFormatVersion::V2000 = 2000
constexpr

Specifies the data format version V2000.

◆ V3000

constexpr unsigned int CDPL::Chem::MDLDataFormatVersion::V3000 = 3000
constexpr

Specifies the extended data format version V3000.