Class MTSelection

Inherits from:
NSObject
Declared in:
../libmoltalk/MTSelection.oh

Class Hierarchy

    NSObject
      |
      +---MTSelection

Last modified:
16-May-2006 (../libmoltalk/MTSelection.oh)

Instance Variables

protected MTChain *chain
protected NSMutableArray *selection

Method Index

Methods

+(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

-(unsigned long)count

returns the number of residues in selection

-(NSString*)description

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

-(id)union:(MTSelection*)sel2

include other selection into this one (same chain!)


generated 07-Jun-2006 by ObjcDoc 3.0.0