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

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

Variables

const unsigned int UNKNOWN = 0
 Specifies an unknown bond (cannot be determined from the parameter tables). More...
 
const unsigned int SINGLE = 1
 Specifies a single bond. More...
 
const unsigned int DOUBLE = 2
 Specifies a double bond. More...
 
const unsigned int TRIPLE = 3
 Specifies a triple bond. More...
 
const unsigned int AROMATIC = 4
 Specifies an aromatic bond. More...
 
const unsigned int AMIDE = 5
 Specifies an amide bond. More...
 
const unsigned int DUMMY = 6
 Specifies a dummy bond. More...
 
const 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

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

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

◆ SINGLE

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

Specifies a single bond.

◆ DOUBLE

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

Specifies a double bond.

◆ TRIPLE

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

Specifies a triple bond.

◆ AROMATIC

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

Specifies an aromatic bond.

◆ AMIDE

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

Specifies an amide bond.

◆ DUMMY

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

Specifies a dummy bond.

◆ NOT_CONNECTED

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

Specifies a pseudo bond.