NSObject
|
+---MTSelection
+(MTSelection*)selectionWithChain: (MTChain*)ch
create a selection for a chain
-(id)addResidue: (MTResidue*)r
include residue in selection
-(MTMatrix53*)alignTo: (MTSelection*)sel2
structurally align two selections (must be 2 different chains) size of selections must match
-(BOOL)containsResidue: (MTResidue*)r
test a residue in selection
returns the number of residues in selection
return string, which describes this selection
-(id)difference:(MTSelection*)sel2
exclude other selection from this one (same chain!)
-(NSMutableArray*)getSelection
give access to selection
-(id)removeResidue: (MTResidue*)r
remove a residue from this selection
-(NSEnumerator*)selectedResidues
return an enumerator over the selected residues
include other selection into this one (same chain!)