3.17.13 GetConfs

virtual OESystem::OEIterBase<OEConfBaseT<C,dim> >
*GetConfs() const = 0
virtual OESystem::OEIterBase<OEConfBaseT<C,dim> >
*GetConfs(const OESystem::OEUnaryPredicate<OEConfBaseT<C,dim> >&) const

These functions return an iterator over the conformers in the molecule. The return value of this function should always be assigned to an OEIter. The function which takes no arguments returns an iterator over all of the conformers. The function which takes a predicate returns an iterator which only contains conformers for which the predicate return true.