Uses of Class
org.biojava.bio.structure.align.helper.IndexPair

Packages that use IndexPair
org.biojava.bio.structure.align.helper Helper classes for structural alignment. 
org.biojava.bio.structure.align.pairwise Classes for the pairwise alignment of structures. 
 

Uses of IndexPair in org.biojava.bio.structure.align.helper
 

Subclasses of IndexPair in org.biojava.bio.structure.align.helper
 class AligMatEl
           
 

Uses of IndexPair in org.biojava.bio.structure.align.pairwise
 

Methods in org.biojava.bio.structure.align.pairwise that return IndexPair
 IndexPair[] Alignable.getPath()
           
 IndexPair[] StrCompAlignment.getPath()
           
 

Methods in org.biojava.bio.structure.align.pairwise with parameters of type IndexPair
 void Alignable.setPath(IndexPair[] path)
           
 void StrCompAlignment.setPath(IndexPair[] path)