29 #ifndef CDPL_BIOMOL_CONTROLPARAMETERDEFAULT_HPP
30 #define CDPL_BIOMOL_CONTROLPARAMETERDEFAULT_HPP
48 namespace ControlParameterDefault
Definition of the preprocessor macro CDPL_BIOMOL_API.
#define CDPL_BIOMOL_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Type definition of a generic wrapper class used to store a user-defined function for the processing o...
Definition of the class CDPL::Biomol::ResidueDictionary.
std::shared_ptr< ResidueDictionary > SharedPointer
Definition: ResidueDictionary.hpp:133
CDPL_BIOMOL_API const bool MMCIF_OUTPUT_BIOPOLYMERS_AS_CHEM_COMP
CDPL_BIOMOL_API const bool CHECK_LINE_LENGTH
Default setting (= false) for the control-parameter Biomol::ControlParameter::CHECK_LINE_LENGTH.
CDPL_BIOMOL_API const bool PERCEIVE_MISSING_BOND_ORDERS
CDPL_BIOMOL_API const bool PDB_APPLY_DICT_BOND_ORDERS_TO_STD_RESIDUES
CDPL_BIOMOL_API const bool APPLY_DICT_FORMAL_CHARGES
CDPL_BIOMOL_API const unsigned int PDB_FORMAT_VERSION
CDPL_BIOMOL_API const bool MMCIF_APPLY_DICT_BOND_ORDERS
CDPL_BIOMOL_API const bool PDB_APPLY_DICT_ATOM_BONDING_TO_STD_RESIDUES
CDPL_BIOMOL_API const bool PDB_WRITE_CONECT_RECORDS_FOR_ALL_BONDS
CDPL_BIOMOL_API const bool PDB_IGNORE_CONECT_RECORDS
CDPL_BIOMOL_API const bool PDB_WRITE_CONECT_RECORDS
CDPL_BIOMOL_API const bool PDB_WRITE_FORMAL_CHARGES
CDPL_BIOMOL_API const bool PDB_WRITE_CONECT_RECORDS_REFLECTING_BOND_ORDER
CDPL_BIOMOL_API const bool APPLY_DICT_ATOM_TYPES
CDPL_BIOMOL_API const MMCIFDataProcessingFunction MMCIF_OUTPUT_DATA_POSTPROC_FUNCTION
CDPL_BIOMOL_API const bool STRICT_ERROR_CHECKING
Default setting (= false) for the control-parameter Biomol::ControlParameter::STRICT_ERROR_CHECKING.
CDPL_BIOMOL_API const ResidueDictionary::SharedPointer RESIDUE_DICTIONARY
CDPL_BIOMOL_API const bool PDB_EVALUATE_MASTER_RECORD
CDPL_BIOMOL_API const bool PDB_DEDUCE_BOND_ORDERS_FROM_CONECT_RECORDS
CDPL_BIOMOL_API const bool COMBINE_INTERFERING_RESIDUE_COORDINATES
CDPL_BIOMOL_API const bool CALC_MISSING_FORMAL_CHARGES
CDPL_BIOMOL_API const bool PDB_IGNORE_FORMAL_CHARGE_FIELD
CDPL_BIOMOL_API const bool MMCIF_APPLY_DICT_ATOM_BONDING
CDPL_BIOMOL_API const bool PDB_TRUNCATE_LINES
CDPL_BIOMOL_API const bool PDB_APPLY_DICT_ATOM_BONDING_TO_NON_STD_RESIDUES
CDPL_BIOMOL_API const bool PDB_APPLY_DICT_BOND_ORDERS_TO_NON_STD_RESIDUES
std::function< void(Biomol::MMCIFData &, const Chem::MolecularGraph &)> MMCIFDataProcessingFunction
A generic wrapper class used to store a user-defined function for the processing of Biomol::MMCIFData...
Definition: MMCIFDataProcessingFunction.hpp:47
The namespace of the Chemical Data Processing Library.