#include <openbabel/query.h>
A substructure query.
See Substructure Search for more information.
- Since
- version 2.3
◆ ~OBQuery()
◆ NumAtoms()
unsigned int NumAtoms |
( |
| ) |
const |
|
inline |
- Returns
- The number of atoms in the query.
◆ NumBonds()
unsigned int NumBonds |
( |
| ) |
const |
|
inline |
- Returns
- The number of bonds in the query.
◆ GetAtoms()
◆ GetBonds()
- Returns
- std::vector with pointers to the query bonds.
◆ GetBond()
- Returns
- The query bond between
begin
and end
. If there is no bond between begin
and end
, this function returns 0.
◆ AddAtom()
◆ AddBond()
◆ m_atoms
◆ m_bonds
The documentation for this class was generated from the following files: