| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??._CData --+
|
_ctypes.Structure --+
|
BM_fileInfo_C
typedef struct BM_fileInfo {
float ** coverages;
uint32_t * contigLengths;
uint32_t numBams;
uint32_t numContigs;
BM_bamFile ** bamFiles;
char ** contigNames;
uint16_t * contigNameLengths;
int isLinks;
BM_coverageType * coverageType;
int isIgnoreSupps;
cfuhash_table_t * links;
} BM_fileInfo;
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
_fields_ =
|
|||
bamFiles = <Field type=LP_LP_BM_bamFile_C, ofs=24, size=8>
|
|||
contigLengths = <Field type=LP_c_uint, ofs=8, size=8>
|
|||
contigNameLengths = <Field type=LP_c_ushort, ofs=40, size=8>
|
|||
contigNames = <Field type=LP_LP_c_char, ofs=32, size=8>
|
|||
coverageType = <Field type=LP_BM_coverageType_C, ofs=56, size=8>
|
|||
coverages = <Field type=LP_LP_c_float, ofs=0, size=8>
|
|||
isIgnoreSupps = <Field type=c_int, ofs=64, size=4>
|
|||
isLinks = <Field type=c_int, ofs=48, size=4>
|
|||
links = <Field type=LP_cfuhash_table_t, ofs=72, size=8>
|
|||
numBams = <Field type=c_uint, ofs=16, size=4>
|
|||
numContigs = <Field type=c_uint, ofs=20, size=4>
|
|||
|
|||
|
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 |