My bad. Actually, now that I actually look in the jar file, it seems
that it is called vectorUnsignedInt and is present in package
org.openbabel.
On 3 March 2016 at 11:15, Noel O'Boyle wrote:
> Looks like it's called VectorUnsignedInt in Java. This will be a
> member of a class called something l
Looks like it's called VectorUnsignedInt in Java. This will be a
member of a class called something like openbabel, OpenBabel,
Openbabel.
- Noel
On 2 March 2016 at 20:56, Geoffrey Hutchison wrote:
> OBFingerprint fprinter = OBFingerprint.FindFingerprint("FP2");
> OBVectorData f
>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 vectorU