Re: [Open Babel] Coordinates for atoms using their internal atom index

2013-04-09 Thread Craig James
(Repeat ... forgot to cc the list on the first try.) On Tue, Apr 9, 2013 at 1:20 PM, Roy wrote: > Hi, > > I want to access the coordinate for a group of atoms that I have searched > using SMARTS pattern. I store the atom indexes (atomno=atom->GetIdx(); ) in > std::vector< std::vector > groups; >

[Open Babel] Coordinates for atoms using their internal atom index

2013-04-09 Thread Roy
Hi, I want to access the coordinate for a group of atoms that I have searched using SMARTS pattern. I store the atom indexes (atomno=atom->GetIdx(); ) in std::vector< std::vector > groups; Now I want to access the coordinate information of atoms in these groups for different conformations. Given t