Hello,

Could someone please explain me this code?

(1)OBOp* pOp = OBOp::FindType("gen2D");
(2)pOp->Do(&mol2);
(3)conv2.Write(&mol2);

In first line (1) I declare a pointer to OBOp type named pOp and what I dont
understand is what am I really assigning, is OBOP a namespace? and what does
this line really do?

In second line I pass &mol2 object to method Do, What does this method
really do?

Thank you 



--
Sent from: http://forums.openbabel.org/openbabel-devel-f960321.html

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to