Chemical Data Processing Library C++ API - Version 1.4.0
Chem/MolecularGraphProperty.hpp
Go to the documentation of this file.
1 /*
2  * MolecularGraphProperty.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_CHEM_MOLECULARGRAPHPROPERTY_HPP
30 #define CDPL_CHEM_MOLECULARGRAPHPROPERTY_HPP
31 
32 #include "CDPL/Chem/APIPrefix.hpp"
33 
34 
35 namespace CDPL
36 {
37 
38  namespace Base
39  {
40 
41  class LookupKey;
42  }
43 
44  namespace Chem
45  {
46 
50  namespace MolecularGraphProperty
51  {
52 
58  extern CDPL_CHEM_API const Base::LookupKey NAME;
59 
66 
73 
80 
86  extern CDPL_CHEM_API const Base::LookupKey RINGS;
87 
93  extern CDPL_CHEM_API const Base::LookupKey SSSR;
94 
101 
108 
115 
122 
129 
136 
143 
150 
157 
164 
171 
178 
185 
192 
199 
206 
213 
220 
227 
234 
241 
248 
255 
262  } // namespace MolecularGraphProperty
263  } // namespace Chem
264 } // namespace CDPL
265 
266 #endif // CDPL_CHEM_MOLECULARGRAPHPROPERTY_HPP
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Unique lookup key for control-parameter and property values.
Definition: LookupKey.hpp:54
CDPL_CHEM_API const Base::LookupKey CYCLIC_SUBSTRUCTURE
Specifies the union of all rings (the cyclic substructure) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey MOL2_CHARGE_TYPE
Specifies the partial-charge type of the molecular graph in the Sybyl MOL2 format.
CDPL_CHEM_API const Base::LookupKey STRUCTURE_DATA
Specifies structured data tags attached to the molecular graph (e.g. MDL SD-file data fields).
CDPL_CHEM_API const Base::LookupKey HASH_CODE
Specifies a 64-bit topological hash code identifying the molecular graph.
CDPL_CHEM_API const Base::LookupKey NAME
Specifies a textual name (or title) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey COMPONENTS
Specifies the components of the molecular graph.
CDPL_CHEM_API const Base::LookupKey GEOMETRICAL_DISTANCE_MATRIX
Specifies the geometrical (Euclidean) all-pair distance matrix.
CDPL_CHEM_API const Base::LookupKey SSSR
Specifies the smallest set of smallest rings (SSSR) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey MDL_PROGRAM_NAME
Specifies the program name stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey STOICHIOMETRIC_NUMBER
Specifies the stoichiometric multiplier of the molecular graph in a reaction (defaults to 1).
CDPL_CHEM_API const Base::LookupKey MOL2_MOLECULE_TYPE
Specifies the molecule type of the molecular graph in the Sybyl MOL2 format.
CDPL_CHEM_API const Base::LookupKey CONFORMATION_INDEX
Specifies the index of the active conformation (within the per-atom 3D-coordinates arrays).
CDPL_CHEM_API const Base::LookupKey MDL_CHIRAL_FLAG
Specifies the chiral flag stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey MDL_ENERGY
Specifies the energy value stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey MDL_SCALING_FACTOR1
Specifies the first (integer) scaling factor stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey RINGS
Specifies the perceived rings of the molecular graph.
CDPL_CHEM_API const Base::LookupKey TIMESTAMP
Specifies the timestamp at which the molecular graph was created/last modified.
CDPL_CHEM_API const Base::LookupKey MDL_DIMENSIONALITY
Specifies the dimensionality flag stored in the MDL CTAB header (0 = unspecified, 2 = 2D,...
CDPL_CHEM_API const Base::LookupKey MATCH_CONSTRAINTS
Specifies the substructure search match constraints attached to the molecular graph.
CDPL_CHEM_API const Base::LookupKey CONFORMER_ENERGIES
Specifies the per-conformation energy values.
CDPL_CHEM_API const Base::LookupKey MATCH_EXPRESSION
Specifies a cached substructure search match expression compiled from MATCH_CONSTRAINTS.
CDPL_CHEM_API const Base::LookupKey COMPONENT_GROUPS
Specifies molecular graph component groups for substructure searching.
CDPL_CHEM_API const Base::LookupKey MDL_CTAB_VERSION
Specifies the CTAB version of the MDL connection table.
CDPL_CHEM_API const Base::LookupKey PI_ELECTRON_SYSTEMS
Specifies the perceived π-electron systems of the molecular graph.
CDPL_CHEM_API const Base::LookupKey AROMATIC_SUBSTRUCTURE
Specifies the perceived aromatic substructure of the molecular graph.
CDPL_CHEM_API const Base::LookupKey COMMENT
Specifies a free-text comment associated with the molecular graph.
CDPL_CHEM_API const Base::LookupKey MDL_SCALING_FACTOR2
Specifies the second (floating-point) scaling factor stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey MDL_USER_INITIALS
Specifies the user initials stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey TOPOLOGICAL_DISTANCE_MATRIX
Specifies the topological (bond-count) all-pair distance matrix.
CDPL_CHEM_API const Base::LookupKey MDL_REGISTRY_NUMBER
Specifies the registry number stored in the MDL CTAB header.
The namespace of the Chemical Data Processing Library.