Home
last modified time | relevance | path

Searched refs:iBrkAft (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddutil.c5566 Int4Ptr iBrkAft; in CddGetProperBlocks() local
5574 iBrkAft = MemNew(tceap->length * sizeof(Int4)); in CddGetProperBlocks()
5575 for (i=0;i<tceap->length;i++) iBrkAft[i] = 0; in CddGetProperBlocks()
5587 MemFree(iBrkAft); in CddGetProperBlocks()
5595 if (ceap->adata[i-1] != -1) iBrkAft[i-1] = 1; in CddGetProperBlocks()
5596 if (tceap->adata[i-1] != -1) iBrkAft[i-1] = 1; in CddGetProperBlocks()
5601 iBrkAft[i-1] = 1; in CddGetProperBlocks()
5603 iBrkAft[i-1] = 1; in CddGetProperBlocks()
5614 salp2->next = (SeqAlignPtr)CddExpAlignToSeqAlign(ceap,iBrkAft); in CddGetProperBlocks()
5625 if(iBreakAfter) *iBreakAfter = iBrkAft; in CddGetProperBlocks()
[all …]