Open Babel  3.0
Public Member Functions | List of all members
OBChemTsfm Class Reference

#include <openbabel/phmodel.h>

Public Member Functions

 OBChemTsfm ()
 
 ~OBChemTsfm ()
 
bool Init (std::string &start, std::string &end)
 
bool Apply (OBMol &)
 
bool IsAcid ()
 
bool IsBase ()
 

Detailed Description

SMARTS based structural modification (chemical transformation)

Transformation of chemical structures can be used for pH value correction (i.e. via OBPhModel and OBMol::CorrectForPH()). The OBChemTsfm class defines SMARTS based TRANSFORM patterns to delete atoms, change atom types, atom formal charges, and bond types.

For storing and converting chemical reaction files, use the OBReaction class.

Constructor & Destructor Documentation

◆ OBChemTsfm()

OBChemTsfm ( )
inline

◆ ~OBChemTsfm()

~OBChemTsfm ( )
inline

Member Function Documentation

◆ Init()

bool Init ( std::string &  start,
std::string &  end 
)

Initialize this transformation with the supplied SMARTS patterns.

Referenced by OBPhModel::ParseLine().

◆ Apply()

bool Apply ( OBMol mol)

Apply this transformation to all matches in the supplied OBMol.

◆ IsAcid()

bool IsAcid ( )

Is this transformation an acid dissociation?

Ka
HA ----> A(-) (the H(+) will be deleted)

IsAcid() will check the charge in the end SMARTS pattern.

Returns
true if the charge is less than 0 (-1).

◆ IsBase()

bool IsBase ( )

Is this a transformation to the conjugated acid from a base?

Ka
HA ----> A(-) (the H(+) will be deleted)

IsBase() will check the charge in the end SMARTS pattern.

Returns
true if the charge is higher than 0 (+1).

The documentation for this class was generated from the following files: