| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??._CData --+
|
_ctypes.Structure --+
|
BM_linkInfo_C
typedef struct {
uint16_t reversed1;
uint16_t reversed2;
uint16_t readLength1;
uint16_t readLength2;
uint32_t pos1;
uint32_t pos2;
uint32_t bam_ID;
struct BM_linkInfo * nextLink;
} BM_linkInfo;
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
_fields_ =
|
|||
bam_ID = <Field type=c_uint, ofs=16, size=4>
|
|||
nextLink = <Field type=LP_BM_linkInfo_C, ofs=24, size=8>
|
|||
pos1 = <Field type=c_uint, ofs=8, size=4>
|
|||
pos2 = <Field type=c_uint, ofs=12, size=4>
|
|||
readLength1 = <Field type=c_ushort, ofs=4, size=2>
|
|||
readLength2 = <Field type=c_ushort, ofs=6, size=2>
|
|||
reversed1 = <Field type=c_ushort, ofs=0, size=2>
|
|||
reversed2 = <Field type=c_ushort, ofs=2, size=2>
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
_fields_
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 17 15:54:06 2015 | http://epydoc.sourceforge.net |