DEBSOURCES
Skip Quicknav
sources / python-biopython / 1.68%2Bdfsg-3~bpo8%2B1 / Bio / KDTree / Neighbor.h
1234567891011
/* Neighbor */ struct Neighbor; struct Neighbor { long int index1; long int index2; float radius; struct Neighbor* next; };