3.30.6 QMol

OEQMolBase& QMol() const

This method returns a query molecule instance as an OEQMolBase instance. When passing an OEQMol to a function which is overloaded to take either an OEMolBase or OEQMolBase instance it is necessary to explicitly specify which overloaded method is desired. This method is equivalent to the cast operator OEQMol::operator OEQMolBase&.