Chemical Data Processing Library C++ API - Version 1.4.0
Chem/MolecularGraphPropertyDefault.hpp
Go to the documentation of this file.
1 /*
2  * MolecularGraphPropertyDefault.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_MOLECULARGRAPHPROPERTYDEFAULT_HPP
30 #define CDPL_CHEM_MOLECULARGRAPHPROPERTYDEFAULT_HPP
31 
32 #include <string>
33 #include <cstddef>
34 
35 #include "CDPL/Chem/APIPrefix.hpp"
37 
38 
39 namespace CDPL
40 {
41 
42  namespace Chem
43  {
44 
48  namespace MolecularGraphPropertyDefault
49  {
50 
52  extern CDPL_CHEM_API const std::string NAME;
54  extern CDPL_CHEM_API const std::string COMMENT;
56  extern CDPL_CHEM_API const double STOICHIOMETRIC_NUMBER;
60  extern CDPL_CHEM_API const unsigned int MDL_CTAB_VERSION;
62  extern CDPL_CHEM_API const std::string MDL_PROGRAM_NAME;
64  extern CDPL_CHEM_API const std::string MDL_USER_INITIALS;
66  extern CDPL_CHEM_API const std::size_t MDL_DIMENSIONALITY;
68  extern CDPL_CHEM_API const double MDL_ENERGY;
70  extern CDPL_CHEM_API const bool MDL_CHIRAL_FLAG;
72  extern CDPL_CHEM_API const long MDL_SCALING_FACTOR1;
74  extern CDPL_CHEM_API const double MDL_SCALING_FACTOR2;
76  extern CDPL_CHEM_API const unsigned int MOL2_MOLECULE_TYPE;
78  extern CDPL_CHEM_API const unsigned int MOL2_CHARGE_TYPE;
79  } // namespace MolecularGraphPropertyDefault
80  } // namespace Chem
81 } // namespace CDPL
82 
83 #endif // CDPL_CHEM_MOLECULARGRAPHPROPERTYDEFAULT_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.
Definition of class CDPL::Chem::MatchConstraintList.
std::shared_ptr< MatchConstraintList > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated MatchConstraintList instances.
Definition: MatchConstraintList.hpp:211
CDPL_CHEM_API const unsigned int MOL2_MOLECULE_TYPE
Default value for the Chem::MolecularGraphProperty::MOL2_MOLECULE_TYPE property.
CDPL_CHEM_API const bool MDL_CHIRAL_FLAG
Default value for the Chem::MolecularGraphProperty::MDL_CHIRAL_FLAG property.
CDPL_CHEM_API const long MDL_SCALING_FACTOR1
Default value for the Chem::MolecularGraphProperty::MDL_SCALING_FACTOR1 property.
CDPL_CHEM_API const double STOICHIOMETRIC_NUMBER
Default value for the Chem::MolecularGraphProperty::STOICHIOMETRIC_NUMBER property.
CDPL_CHEM_API const double MDL_SCALING_FACTOR2
Default value for the Chem::MolecularGraphProperty::MDL_SCALING_FACTOR2 property.
CDPL_CHEM_API const unsigned int MDL_CTAB_VERSION
Default value for the Chem::MolecularGraphProperty::MDL_CTAB_VERSION property.
CDPL_CHEM_API const unsigned int MOL2_CHARGE_TYPE
Default value for the Chem::MolecularGraphProperty::MOL2_CHARGE_TYPE property.
CDPL_CHEM_API const double MDL_ENERGY
Default value for the Chem::MolecularGraphProperty::MDL_ENERGY property.
CDPL_CHEM_API const std::string MDL_PROGRAM_NAME
Default value for the Chem::MolecularGraphProperty::MDL_PROGRAM_NAME property.
CDPL_CHEM_API const std::string MDL_USER_INITIALS
Default value for the Chem::MolecularGraphProperty::MDL_USER_INITIALS property.
CDPL_CHEM_API const MatchConstraintList::SharedPointer MATCH_CONSTRAINTS
Default value for the Chem::MolecularGraphProperty::MATCH_CONSTRAINTS property.
CDPL_CHEM_API const std::string COMMENT
Default value for the Chem::MolecularGraphProperty::COMMENT property.
CDPL_CHEM_API const std::size_t MDL_DIMENSIONALITY
Default value for the Chem::MolecularGraphProperty::MDL_DIMENSIONALITY property.
CDPL_CHEM_API const std::string NAME
Default value for the Chem::MolecularGraphProperty::NAME property.
The namespace of the Chemical Data Processing Library.