Chemical Data Processing Library C++ API - Version 1.2.3
Variables
CDPL::Chem::SybylBondType Namespace Reference

Provides constants for the specification of the Tripos Sybyl bond type. More...

Variables

constexpr unsigned int UNKNOWN = 0
 Specifies an unknown bond (cannot be determined from the parameter tables). More...
 
constexpr unsigned int SINGLE = 1
 Specifies a single bond. More...
 
constexpr unsigned int DOUBLE = 2
 Specifies a double bond. More...
 
constexpr unsigned int TRIPLE = 3
 Specifies a triple bond. More...
 
constexpr unsigned int AROMATIC = 4
 Specifies an aromatic bond. More...
 
constexpr unsigned int AMIDE = 5
 Specifies an amide bond. More...
 
constexpr unsigned int DUMMY = 6
 Specifies a dummy bond. More...
 
constexpr unsigned int NOT_CONNECTED = 7
 Specifies a pseudo bond. More...
 

Detailed Description

Provides constants for the specification of the Tripos Sybyl bond type.

Variable Documentation

◆ UNKNOWN

constexpr unsigned int CDPL::Chem::SybylBondType::UNKNOWN = 0
constexpr

Specifies an unknown bond (cannot be determined from the parameter tables).

◆ SINGLE

constexpr unsigned int CDPL::Chem::SybylBondType::SINGLE = 1
constexpr

Specifies a single bond.

◆ DOUBLE

constexpr unsigned int CDPL::Chem::SybylBondType::DOUBLE = 2
constexpr

Specifies a double bond.

◆ TRIPLE

constexpr unsigned int CDPL::Chem::SybylBondType::TRIPLE = 3
constexpr

Specifies a triple bond.

◆ AROMATIC

constexpr unsigned int CDPL::Chem::SybylBondType::AROMATIC = 4
constexpr

Specifies an aromatic bond.

◆ AMIDE

constexpr unsigned int CDPL::Chem::SybylBondType::AMIDE = 5
constexpr

Specifies an amide bond.

◆ DUMMY

constexpr unsigned int CDPL::Chem::SybylBondType::DUMMY = 6
constexpr

Specifies a dummy bond.

◆ NOT_CONNECTED

constexpr unsigned int CDPL::Chem::SybylBondType::NOT_CONNECTED = 7
constexpr

Specifies a pseudo bond.