>                OBFingerprint fprinter = OBFingerprint.FindFingerprint("FP2");
>                OBVectorData fp = vectorUnsignedInt(); // ??? this is the part 
> I could not integrate from python 
>                  OBVectorData fp2 = vectorUnsignedInt(); // ??? it gives an 
> error saying vectorUnsignedInt() is undefined


The Java interface is created using the SWIG tool (http://swig.org/). The 
"vectorUnsignedInt" is a piece in the Open Babel python interface that helps to 
wrap the C++ std::vector<unsigned int> type.

I see a few hits on a search for "swig java c++ vector 
<https://www.google.com/search?client=safari&rls=en&q=swig+java+c%2B%2B+vector&ie=UTF-8&oe=UTF-8>"
 but don't have the time right now to sift through. My guess is that code needs 
to be added to scripts/openbabel-java.i but it looks like there is a wrapper 
already in that java interface file.

-Geoff

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to