Chemical Data Processing Library C++ API - Version 1.2.0
Variables
CDPL::Pharm::FeatureGeometry Namespace Reference

Provides constants for the specification of the generic geometry of a pharmacophore feature. More...

Variables

constexpr unsigned int UNDEF = 0
 
constexpr unsigned int SPHERE = 1
 
constexpr unsigned int VECTOR = 2
 
constexpr unsigned int PLANE = 3
 

Detailed Description

Provides constants for the specification of the generic geometry of a pharmacophore feature.

Variable Documentation

◆ UNDEF

constexpr unsigned int CDPL::Pharm::FeatureGeometry::UNDEF = 0
constexpr

◆ SPHERE

constexpr unsigned int CDPL::Pharm::FeatureGeometry::SPHERE = 1
constexpr

◆ VECTOR

constexpr unsigned int CDPL::Pharm::FeatureGeometry::VECTOR = 2
constexpr

◆ PLANE

constexpr unsigned int CDPL::Pharm::FeatureGeometry::PLANE = 3
constexpr