Defined in file cdd.asn
C++ class: CCdd_Viewer
Cdd-Viewer ::= SEQUENCE {
ctrl INTEGER { -- viewer type
unassigned (0),
cd-info (1),
align-annot (2),
seq-list (3),
seq-tree (4),
merge-preview (5),
cross-hits (6),
notes (7),
tax-tree (8),
dart (9),
dart-selected-rows (10),
other (255)
},
rect Cdd-Viewer-Rect OPTIONAL, -- viewer rectangle
accessions SEQUENCE OF VisibleString -- list of accessions associated with a viewer
}