Chemical Data Processing Library C++ API - Version 1.2.0
Variables
CDPL::Biomol::PDBFormatVersion Namespace Reference

Provides constants for the specification of the Brookhaven Protein Data Bank (PDB) [PDB] format version. More...

Variables

constexpr unsigned int UNDEF = 0
 Specifies that the data format version is undefined. More...
 
constexpr unsigned int V2 = 2
 Specifies the PDB format version V2. More...
 
constexpr unsigned int V3 = 3
 Specifies the PDB format version V3. More...
 

Detailed Description

Provides constants for the specification of the Brookhaven Protein Data Bank (PDB) [PDB] format version.

Variable Documentation

◆ UNDEF

constexpr unsigned int CDPL::Biomol::PDBFormatVersion::UNDEF = 0
constexpr

Specifies that the data format version is undefined.

◆ V2

constexpr unsigned int CDPL::Biomol::PDBFormatVersion::V2 = 2
constexpr

Specifies the PDB format version V2.

◆ V3

constexpr unsigned int CDPL::Biomol::PDBFormatVersion::V3 = 3
constexpr

Specifies the PDB format version V3.