#include <openbabel/query.h>
List of all members.
Detailed Description
A substructure query.
See Substructure Search for more information.
- Since:
- version 2.3
Constructor & Destructor Documentation
Member Function Documentation
| unsigned int NumAtoms |
( |
| ) |
const [inline] |
- Returns:
- The number of atoms in the query.
| unsigned int NumBonds |
( |
| ) |
const [inline] |
- Returns:
- The number of bonds in the query.
| const std::vector<OBQueryAtom*>& GetAtoms |
( |
| ) |
const [inline] |
| const std::vector<OBQueryBond*>& GetBonds |
( |
| ) |
const [inline] |
- Returns:
- std::vector with pointers to the query bonds.
- Returns:
- The query bond between
begin and end. If there is no bond between begin and end, this function returns 0.
Member Data Documentation
The documentation for this class was generated from the following file: