Class SymmetryCalc
java.lang.Object
org.biojava.nbio.structure.symmetry.gui.SymmetryCalc
- All Implemented Interfaces:
 Runnable,AlignmentCalculationRunnable
Calculates a symmetry analysis and displays the results. Linked to the
 SymmetryGUI. Does not generalize, uses CeSymm class directly to allow for the
 symmetry axis recovery.
- Since:
 - 4.2.0
 - Author:
 - Aleix Lafita
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSymmetryCalc(SymmetryGui p, Structure s) Requests for a structure to analyze. - 
Method Summary
 
- 
Constructor Details
- 
SymmetryCalc
Requests for a structure to analyze. 
 - 
 - 
Method Details
- 
run
public void run() - 
interrupt
public void interrupt()- Specified by:
 interruptin interfaceAlignmentCalculationRunnable
 - 
cleanup
public void cleanup()- Specified by:
 cleanupin interfaceAlignmentCalculationRunnable
 - 
setNrCPUs
public void setNrCPUs(int useNrCPUs) - Specified by:
 setNrCPUsin interfaceAlignmentCalculationRunnable
 
 -