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
ConstructorDescriptionSymmetryCalc
(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:
interrupt
in interfaceAlignmentCalculationRunnable
-
cleanup
public void cleanup()- Specified by:
cleanup
in interfaceAlignmentCalculationRunnable
-
setNrCPUs
public void setNrCPUs(int useNrCPUs) - Specified by:
setNrCPUs
in interfaceAlignmentCalculationRunnable
-