Thank Noel,

I found the docs pretty clear. My problem isn’t with open babel
directly but with understanding how to, for example, use standard out
to write my object using the java bindings…

the lit example:
converting this "std::cout <<
facade.GetTetrahedralStereo(atom->GetId()) << std::endl;"

to this java "System.out.print(facade.GetTetrahedralStereo(atom.GetId()));”

does not print the object but only memory reference of the object

Tried
"System.out.print(facade.GetTetrahedralStereo(atom.GetId()).GetConfig().winding)”
and other way to access the winding property without luck



--
View this message in context: 
http://forums.openbabel.org/stereo-config-question-tp4656879p4656990.html
Sent from the General discussion mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to