Class MTSelection holds a reference to a single chain (3.4) and a list of a subset of its residues (3.6) that are selected.
Methods:
| * access | |
| -(NSString*)description |
|
| -(unsigned long)count |
|
| -(NSEnumerator*)selectedResidues |
|
| * operations | |
| -(id)addResidue: (MTResidue*)r |
|
| -(id)removeResidue: (MTResidue*)r |
|
| -(id)union:(MTSelection*)sel2 |
|
| -(id)difference:(MTSelection*)sel2 |
|
| * structural alignment of two selections | |
| -(MTMatrix53*)alignTo: (MTSelection*)sel2 |
|
| * creation | |
| +(MTSelection*)selectionWithChain: (MTChain*)c |
|
moltalk@moltalk.org version of this document: V3.0