Class FatCatAligner
- java.lang.Object
 - 
- org.biojava.nbio.structure.align.fatcat.calc.FatCatAligner
 
 
- 
public class FatCatAligner extends Object
A class that does calculations on an AFPChain- Author:
 - Andreas Prlic
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static booleandebugstatic booleanprintTimeStamps 
- 
Constructor Summary
Constructors Constructor Description FatCatAligner() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalign(Atom[] ca1, Atom[] ca2, boolean doRigid, FatCatParameters params)AFPChaingetAfpChain()Group[]getTwistedGroups()voidsetTwistedGroups(Group[] twistedGroups) 
 - 
 
- 
- 
Field Detail
- 
debug
public static final boolean debug
- See Also:
 - Constant Field Values
 
 
- 
printTimeStamps
public static final boolean printTimeStamps
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
FatCatAligner
public FatCatAligner()
 
 - 
 
- 
Method Detail
- 
getAfpChain
public AFPChain getAfpChain()
 
- 
getTwistedGroups
public Group[] getTwistedGroups()
 
- 
setTwistedGroups
public void setTwistedGroups(Group[] twistedGroups)
 
- 
align
public void align(Atom[] ca1, Atom[] ca2, boolean doRigid, FatCatParameters params) throws StructureException
- Throws:
 StructureException
 
 - 
 
 -