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

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

Variables

const unsigned int UNDEF = 0
 Specifies that the data format version is undefined. More...
 
const unsigned int V2 = 2
 Specifies the PDB format version V2. More...
 
const 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

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

Specifies that the data format version is undefined.

◆ V2

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

Specifies the PDB format version V2.

◆ V3

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

Specifies the PDB format version V3.