#include <openbabel/conformersearch.h>
Class for combining OBConformerFilter objects.
The OBConformerFilters class makes it easy to combine OBConformerFilter objects. A list of OBConformerFilter objects is specified when constructing this class. The IsGood implementation simply checks all the specified filters and returns false if any of the filters returns false.
- See also
- OBConformerSearch OBConformerFilter
- Since
- 2.3
◆ OBConformerFilters()
Constructor specifiying the filters to combine.
◆ IsGood()
bool IsGood |
( |
const OBMol & |
mol, |
|
|
const RotorKey & |
key, |
|
|
double * |
coords |
|
) |
| |
|
inlinevirtual |
IsGood reimplementation.
- Returns
- True if all filters pass.
Implements OBConformerFilter.
◆ m_filters
The documentation for this class was generated from the following file: